X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_enc.c;h=d1ebf06e3efe2753d323103257428878ced7f911;hp=15d4af6dfbae633d8a12638e58ca919e24476388;hb=9535f8c165c07565e48e4f0212bc197ca2b17921;hpb=891e465607f2c98d041bba6b0c269a630c5cf414;ds=sidebyside 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) {