summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_ofb_3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_ofb_3d.c')
-rw-r--r--crypto/evp/e_ofb_3d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/e_ofb_3d.c b/crypto/evp/e_ofb_3d.c
index e0ea647d21..dba58c118a 100644
--- a/crypto/evp/e_ofb_3d.c
+++ b/crypto/evp/e_ofb_3d.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DES
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
@@ -144,3 +145,4 @@ static void des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
ctx->c.des_ede.ks2, ctx->c.des_ede.ks3,
&(ctx->iv[0]),&ctx->num);
}
+#endif