summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cfb_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_cfb_d.c')
-rw-r--r--crypto/evp/e_cfb_d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/e_cfb_d.c b/crypto/evp/e_cfb_d.c
index 59ae819ff7..8b77430157 100644
--- a/crypto/evp/e_cfb_d.c
+++ b/crypto/evp/e_cfb_d.c
@@ -61,6 +61,7 @@
#include <openssl/evp.h>
#include <openssl/objects.h>
+#ifndef NO_DES
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,
@@ -104,3 +105,4 @@ static void des_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
&(ctx->iv[0]),
&ctx->num,ctx->encrypt);
}
+#endif