Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / evp / e_cfb_d.c
index 863edca3f2a8c26ce9c0db2abefec4c6a7049de4..59ae819ff7b4904a983c798ed6791f1e6a11a7b4 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void des_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void des_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void des_cfb_init_key();
-static void des_cfb_cipher();
-#endif
-
 static EVP_CIPHER d_cfb_cipher=
        {
        NID_des_cfb64,