aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-09 17:18:02 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-10 20:18:05 -0500
commitaea145e3992aae298c63d4c7a1d5aec76883a50e (patch)
tree6a2c57ee21e87c6d0cc69bf7e5656c765819adf8 /ssl/d1_lib.c
parent71405d683c979178618363b618f527ebdbea7854 (diff)
downloadopenssl-aea145e3992aae298c63d4c7a1d5aec76883a50e.tar.gz
Regenerate SSL record/statem error strings
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 3cd4b786e4..aaa9803572 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -515,7 +515,7 @@ int dtls1_listen(SSL *s, struct sockaddr *client)
/*
* We only peek at incoming ClientHello's until we're sure we are going to
* to respond with a HelloVerifyRequest. If its a ClientHello with a valid
- * cookie then we leave it in the BIO for dtls1_accept to handle.
+ * cookie then we leave it in the BIO for accept to handle.
*/
BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_PEEK_MODE, 1, NULL);