aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cbc_3d.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 04:18:53 +0000
commitd02f751ce1d13183a0c0e5528ec89f76587ed989 (patch)
tree3ee5bb5030a36e5d5358d8a067b89232b0c6c15f /crypto/evp/e_cbc_3d.c
parent79df9d62721467927c81f1fa91568340e873ee9c (diff)
downloadopenssl-d02f751ce1d13183a0c0e5528ec89f76587ed989.tar.gz
Message digest stuff.
Diffstat (limited to 'crypto/evp/e_cbc_3d.c')
-rw-r--r--crypto/evp/e_cbc_3d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/e_cbc_3d.c b/crypto/evp/e_cbc_3d.c
index 58a2276cb1..9b95554413 100644
--- a/crypto/evp/e_cbc_3d.c
+++ b/crypto/evp/e_cbc_3d.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#ifndef NO_DES
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
@@ -143,3 +144,4 @@ static void des_cbc_ede_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
&(ctx->iv[0]),
ctx->encrypt);
}
+#endif