From: Bodo Möller Date: Fri, 14 Sep 2001 13:47:25 +0000 (+0000) Subject: add comment X-Git-Tag: OpenSSL_0_9_6c~26^2~225 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b78e502104b4475a130b428d2de55af898e9afe1;p=oweals%2Fopenssl.git add comment --- 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,