diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/s3_srvr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index de84080844..e999c4e5c6 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -546,6 +546,8 @@ static int ssl3_check_client_hello(SSL *s) int ok; long n; + /* this function is called when we really expect a Certificate message, + * so permit appropriate message length */ n=ssl3_get_message(s, SSL3_ST_SR_CERT_A, SSL3_ST_SR_CERT_B, |