]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/enc.c
New Configure option no-<cipher> (rsa, idea, rc5, ...).
[thirdparty/openssl.git] / apps / enc.c
index ce5f7f063823aa8dc43841bf0ec388b8a47b67b8..ca5691dd3346fd34d31391a817d7ed380cc26852 100644 (file)
@@ -65,7 +65,7 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
-#ifdef NO_MD5
+#ifndef NO_MD5
 #include <openssl/md5.h>
 #endif
 #include <openssl/pem.h>