summaryrefslogtreecommitdiffstats
path: root/lib/libssl/d1_both.c
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2019-02-10 16:42:35 +0000
committerphessler <phessler@openbsd.org>2019-02-10 16:42:35 +0000
commit6ba149ccca46e0254919f6ccb88733196e10a31f (patch)
treec98e68d194594bc1e6b5dc1da3c50d1050d94b07 /lib/libssl/d1_both.c
parentssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive, (diff)
downloadwireguard-openbsd-6ba149ccca46e0254919f6ccb88733196e10a31f.tar.xz
wireguard-openbsd-6ba149ccca46e0254919f6ccb88733196e10a31f.zip
"non-existant" is one of those words that don't exist, so use "non-existent"
instead From Pamela Mosiejczuk, many thanks! OK phessler@ deraadt@
Diffstat (limited to 'lib/libssl/d1_both.c')
-rw-r--r--lib/libssl/d1_both.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/d1_both.c b/lib/libssl/d1_both.c
index f75604ef68d..8f3cc610b89 100644
--- a/lib/libssl/d1_both.c
+++ b/lib/libssl/d1_both.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: d1_both.c,v 1.56 2018/11/08 22:28:52 jsing Exp $ */
+/* $OpenBSD: d1_both.c,v 1.57 2019/02/10 16:42:35 phessler Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -1046,7 +1046,7 @@ dtls1_retransmit_message(SSL *s, unsigned short seq, unsigned long frag_off,
item = pqueue_find(s->d1->sent_messages, seq64be);
if (item == NULL) {
#ifdef DEBUG
- fprintf(stderr, "retransmit: message %d non-existant\n", seq);
+ fprintf(stderr, "retransmit: message %d non-existent\n", seq);
#endif
*found = 0;
return 0;