Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / evp / e_cfb_bf.c
index 1d7e8bbd7e38f568144a177e2fa381ec5302c803..0fb4d7fc32ea6f9044caac7132285c95c9bc8ccc 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void bf_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void bf_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void bf_cfb_init_key();
-static void bf_cfb_cipher();
-#endif
-
 static EVP_CIPHER bfish_cfb_cipher=
        {
        NID_bf_cfb64,