X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fe_ofb_bf.c;h=c82154b5490888b37dfc0bfcbf7f4824bc436efe;hp=b1753e60cdebf563ac1b426b2e55ea8bd1d045aa;hb=b5929507e3aa8f359f272148609348d1f2433bf7;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/evp/e_ofb_bf.c b/crypto/evp/e_ofb_bf.c index b1753e60cd..c82154b549 100644 --- a/crypto/evp/e_ofb_bf.c +++ b/crypto/evp/e_ofb_bf.c @@ -56,23 +56,16 @@ * [including the GNU Public Licence.] */ -#ifndef NO_BLOWFISH - +#ifndef NO_BF #include #include "cryptlib.h" -#include "evp.h" -#include "objects.h" +#include +#include -#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,