]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_cfb_c.c
Remove NOPROTO definitions and error code comments.
[thirdparty/openssl.git] / crypto / evp / e_cfb_c.c
index 0e77e69260c476e2b848b0b1a0dc7295e12542f2..f04bac034b31dae72b2334cfe20700c77a1d2f42 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#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,