aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5.h')
-rw-r--r--crypto/md5/md5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h
index d10bc8397f..c08d509861 100644
--- a/crypto/md5/md5.h
+++ b/crypto/md5/md5.h
@@ -63,7 +63,7 @@
extern "C" {
#endif
-#ifdef NO_MD5
+#ifdef OPENSSL_NO_MD5
#error MD5 is disabled.
#endif
@@ -74,9 +74,9 @@ extern "C" {
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
-#if defined(WIN16) || defined(__LP32__)
+#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
#define MD5_LONG unsigned long
-#elif defined(_CRAY) || defined(__ILP64__)
+#elif defined(OENSSL_SYS_CRAY) || defined(__ILP64__)
#define MD5_LONG unsigned long
#define MD5_LONG_LOG2 3
/*