From: Bodo Möller Date: Wed, 29 Dec 1999 14:27:35 +0000 (+0000) Subject: Delete NO_PROTO section (which apparently was just a typo for NOPROTO -- X-Git-Tag: OpenSSL_0_9_5beta1~345 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9535f8c165c07565e48e4f0212bc197ca2b17921 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) --- 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) {