commit | 657e60fa00ddde3618600d6306be913214d30457 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Thu Feb 03 23:23:24 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Thu Feb 03 23:23:24 2000 +0000 |
tree | 6ea080becb16ab3d808ec45064b17b7fedb745a2 | |
parent | 9dbc41d7eed7d69da54dc81082794845c50ad482 [diff] [blame] |
ispell (and minor modifications)
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index a1a7014..2f56df3 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c
@@ -331,7 +331,7 @@ /* We now have - encrypted [ MAC [ compressed [ plain ] ] ] * rr->length bytes of encrypted compressed stuff. */ - /* check is not needed I belive */ + /* check is not needed I believe */ if (rr->length > (unsigned int)SSL3_RT_MAX_ENCRYPTED_LENGTH+extra) { al=SSL_AD_RECORD_OVERFLOW;