Message digest stuff.
[openssl.git] / crypto / evp / e_cbc_3d.c
index 58a2276cb1d8f9b8aab1a10a83628f1e8435cee8..9b95554413cebd173229becb9ab3683c17231ca5 100644 (file)
@@ -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