From a9be3af5ad4836f7e50f0546311ca90c717b861e Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 26 Apr 1999 16:43:10 +0000 Subject: Remove NOPROTO definitions and error code comments. --- crypto/evp/e_cfb_bf.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/evp/e_cfb_bf.c') diff --git a/crypto/evp/e_cfb_bf.c b/crypto/evp/e_cfb_bf.c index 1d7e8bbd7e..0fb4d7fc32 100644 --- a/crypto/evp/e_cfb_bf.c +++ b/crypto/evp/e_cfb_bf.c @@ -63,16 +63,10 @@ #include #include -#ifndef NOPROTO static void bf_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key, unsigned char *iv,int enc); static void bf_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, unsigned char *in, unsigned int inl); -#else -static void bf_cfb_init_key(); -static void bf_cfb_cipher(); -#endif - static EVP_CIPHER bfish_cfb_cipher= { NID_bf_cfb64, -- cgit v1.2.3