Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / evp / e_ecb_c.c
index f45b7e08682a97e8dd4e7c5f064c134d65e817f1..ad14e203cbc5ca8d18e9df470907a1aac604b23d 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void cast_ecb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void cast_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void cast_ecb_init_key();
-static void cast_ecb_cipher();
-#endif
-
 static EVP_CIPHER cast5_ecb_cipher=
        {
        NID_cast5_ecb,