From a9be3af5ad4836f7e50f0546311ca90c717b861e Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 26 Apr 1999 16:43:10 +0000 Subject: Remove NOPROTO definitions and error code comments. --- crypto/evp/e_null.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/evp/e_null.c') diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c index db31fb9f08..0a62c10aa9 100644 --- a/crypto/evp/e_null.c +++ b/crypto/evp/e_null.c @@ -61,16 +61,10 @@ #include #include -#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, -- cgit v1.2.3