diff options
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) { |