Message digest stuff.
[openssl.git] / crypto / evp / e_cbc_d.c
index a20497a088661b214f0d70a1af556c49fdffe77f..1507dbb68a157de71af4d4434b63778fbd2aacab 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DES
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -98,3 +99,4 @@ static void des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
        {
        des_ncbc_encrypt(in,out,inl,ctx->c.des_ks,&(ctx->iv[0]),ctx->encrypt);
        }
+#endif