summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-14 13:47:25 +0000
committerBodo Möller <bodo@openssl.org>2001-09-14 13:47:25 +0000
commitb78e502104b4475a130b428d2de55af898e9afe1 (patch)
tree750e8b91c76a95c24e5eaf8cdf4dc242e8770a2e /ssl
parentb6d0054a524d3a132999f9973f00275fe1745ce0 (diff)
add comment
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_srvr.c2
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,