aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_srvr.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-16 14:06:00 +0000
committerMatt Caswell <matt@openssl.org>2017-03-16 14:20:38 +0000
commit635b7d3f2a3a4c1caaf772dc9a6c1cdcb958f6fe (patch)
tree05de5d59ab097ec192341053fdd156d4a4670321 /ssl/statem/statem_srvr.c
parentc35cb287cbda087cc203be86d74d35ea1b5eeac6 (diff)
downloadopenssl-635b7d3f2a3a4c1caaf772dc9a6c1cdcb958f6fe.zip
openssl-635b7d3f2a3a4c1caaf772dc9a6c1cdcb958f6fe.tar.gz
openssl-635b7d3f2a3a4c1caaf772dc9a6c1cdcb958f6fe.tar.bz2
Updates following review feedback
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2895)
Diffstat (limited to 'ssl/statem/statem_srvr.c')
-rw-r--r--ssl/statem/statem_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c
index a1feb27..78f977f 100644
--- a/ssl/statem/statem_srvr.c
+++ b/ssl/statem/statem_srvr.c
@@ -1534,7 +1534,7 @@ static int tls_early_post_process_client_hello(SSL *s, int *al)
goto err;
}
- /* TLSv1.3 defines that a ClientHello must end on a record boundary */
+ /* TLSv1.3 specifies that a ClientHello must end on a record boundary */
if (SSL_IS_TLS13(s) && RECORD_LAYER_processed_read_pending(&s->rlayer)) {
*al = SSL_AD_UNEXPECTED_MESSAGE;
SSLerr(SSL_F_TLS_EARLY_POST_PROCESS_CLIENT_HELLO,