summaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5.h')
-rw-r--r--crypto/md5/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5.h b/crypto/md5/md5.h
index 0761f84..541cc92 100644
--- a/crypto/md5/md5.h
+++ b/crypto/md5/md5.h
@@ -77,7 +77,7 @@ extern "C" {
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
-#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__)
+#if defined(__LP32__)
#define MD5_LONG unsigned long
#elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__)
#define MD5_LONG unsigned long
OpenPOWER on IntegriCloud