diff options
Diffstat (limited to 'Cryptlib/Include/openssl/opensslconf.h')
| -rw-r--r-- | Cryptlib/Include/openssl/opensslconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cryptlib/Include/openssl/opensslconf.h b/Cryptlib/Include/openssl/opensslconf.h index 52c83b7a..46c4e13f 100644 --- a/Cryptlib/Include/openssl/opensslconf.h +++ b/Cryptlib/Include/openssl/opensslconf.h @@ -86,6 +86,9 @@ extern "C" { #ifndef OPENSSL_NO_MD2
# define OPENSSL_NO_MD2
#endif
+#ifndef OPENSSL_NO_MD4
+# define OPENSSL_NO_MD4
+#endif
#ifndef OPENSSL_NO_MDC2
# define OPENSSL_NO_MDC2
#endif
|
