diff options
author | Bodo Möller <bodo@openssl.org> | 1999-12-29 14:27:35 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-12-29 14:27:35 +0000 |
commit | 9535f8c165c07565e48e4f0212bc197ca2b17921 (patch) | |
tree | d91d3a9e64c2539bc4e7891bcbc2a0169f4eef98 /ssl | |
parent | 891e465607f2c98d041bba6b0c269a630c5cf414 (diff) | |
download | openssl-new-9535f8c165c07565e48e4f0212bc197ca2b17921.tar.gz |
Delete NO_PROTO section (which apparently was just a typo for NOPROTO --
if anyone had actually ever needed that they should have fixed this typo)
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/s3_enc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index 15d4af6dfb..d1ebf06e3e 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -78,12 +78,8 @@ static unsigned char ssl3_pad_2[48]={ 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c, 0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c,0x5c }; -#ifndef NO_PROTO static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx, unsigned char *sender, int len, unsigned char *p); -#else -static int ssl3_handshake_mac(); -#endif static void ssl3_generate_key_block(SSL *s, unsigned char *km, int num) { |