X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_cfb_d.c;h=59ae819ff7b4904a983c798ed6791f1e6a11a7b4;hp=863edca3f2a8c26ce9c0db2abefec4c6a7049de4;hb=a9be3af5ad4836f7e50f0546311ca90c717b861e;hpb=47339f6179fbefafc793c10b0411ed0365497d65 diff --git a/crypto/evp/e_cfb_d.c b/crypto/evp/e_cfb_d.c index 863edca3f2..59ae819ff7 100644 --- a/crypto/evp/e_cfb_d.c +++ b/crypto/evp/e_cfb_d.c @@ -61,16 +61,10 @@ #include #include -#ifndef NOPROTO static void des_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key, unsigned char *iv,int enc); static void des_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, unsigned char *in, unsigned int inl); -#else -static void des_cfb_init_key(); -static void des_cfb_cipher(); -#endif - static EVP_CIPHER d_cfb_cipher= { NID_des_cfb64,