diff options
Diffstat (limited to 'crypto/evp/e_ofb_bf.c')
-rw-r--r-- | crypto/evp/e_ofb_bf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/evp/e_ofb_bf.c b/crypto/evp/e_ofb_bf.c index 87f117778e..52a6f5729c 100644 --- a/crypto/evp/e_ofb_bf.c +++ b/crypto/evp/e_ofb_bf.c @@ -63,16 +63,10 @@ #include <openssl/evp.h> #include <openssl/objects.h> -#ifndef NOPROTO static void bf_ofb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key, unsigned char *iv,int enc); static void bf_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, unsigned char *in, unsigned int inl); -#else -static void bf_ofb_init_key(); -static void bf_ofb_cipher(); -#endif - static EVP_CIPHER bfish_ofb_cipher= { NID_bf_ofb64, |