X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_cfb_c.c;h=f04bac034b31dae72b2334cfe20700c77a1d2f42;hp=0e77e69260c476e2b848b0b1a0dc7295e12542f2;hb=a9be3af5ad4836f7e50f0546311ca90c717b861e;hpb=47339f6179fbefafc793c10b0411ed0365497d65 diff --git a/crypto/evp/e_cfb_c.c b/crypto/evp/e_cfb_c.c index 0e77e69260..f04bac034b 100644 --- a/crypto/evp/e_cfb_c.c +++ b/crypto/evp/e_cfb_c.c @@ -63,16 +63,10 @@ #include #include -#ifndef NOPROTO static void cast_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key, unsigned char *iv,int enc); static void cast_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, unsigned char *in, unsigned int inl); -#else -static void cast_cfb_init_key(); -static void cast_cfb_cipher(); -#endif - static EVP_CIPHER cast5_cfb_cipher= { NID_cast5_cfb64,