Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / evp / e_null.c
index db31fb9f08ad6663a2a489d3144527fdcae5383e..0a62c10aa932b9c6f8dffe0c4f3db55ac124f255 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static void null_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,
        unsigned char *iv,int enc);
 static void null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        unsigned char *in, unsigned int inl);
-#else
-static void null_init_key();
-static void null_cipher();
-#endif
-
 static EVP_CIPHER n_cipher=
        {
        NID_undef,