X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fe_ecb_r2.c;h=3c2330130d39165bd74da34e60db853adc36dd4c;hb=a9be3af5ad4836f7e50f0546311ca90c717b861e;hp=1c7a396e5d129dc1246e9a084882c871b2757e49;hpb=47339f6179fbefafc793c10b0411ed0365497d65;p=oweals%2Fopenssl.git diff --git a/crypto/evp/e_ecb_r2.c b/crypto/evp/e_ecb_r2.c index 1c7a396e5d..3c2330130d 100644 --- a/crypto/evp/e_ecb_r2.c +++ b/crypto/evp/e_ecb_r2.c @@ -63,16 +63,10 @@ #include #include -#ifndef NOPROTO static void rc2_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key, unsigned char *iv,int enc); static void rc2_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, unsigned char *in, unsigned int inl); -#else -static void rc2_ecb_init_key(); -static void rc2_ecb_cipher(); -#endif - static EVP_CIPHER r2_ecb_cipher= { NID_rc2_ecb,