summaryrefslogtreecommitdiff
path: root/crypto/evp/e_ecb_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_ecb_c.c')
-rw-r--r--crypto/evp/e_ecb_c.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/evp/e_ecb_c.c b/crypto/evp/e_ecb_c.c
index f45b7e0868..ad14e203cb 100644
--- a/crypto/evp/e_ecb_c.c
+++ b/crypto/evp/e_ecb_c.c
@@ -63,16 +63,10 @@
#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,