diff options
author | Andy Polyakov <appro@openssl.org> | 2005-12-18 20:11:37 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-12-18 20:11:37 +0100 |
commit | be7b4458f226a9c8052efa4bb7b61dc4fc0c5353 (patch) | |
tree | 6842610954401d9560e4af8c18839574085cf7cc /crypto/md4 | |
parent | Missing CFLAG in couple of depend: targets. (diff) | |
download | openssl-be7b4458f226a9c8052efa4bb7b61dc4fc0c5353.tar.xz openssl-be7b4458f226a9c8052efa4bb7b61dc4fc0c5353.zip |
Keep disclaiming 16-bit platform support. For now remove WIN16 references
from .h files...
Diffstat (limited to 'crypto/md4')
-rw-r--r-- | crypto/md4/md4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4.h b/crypto/md4/md4.h index b080cbdc21..d289d287cb 100644 --- a/crypto/md4/md4.h +++ b/crypto/md4/md4.h @@ -76,7 +76,7 @@ extern "C" { * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__) +#if defined(__LP32__) #define MD4_LONG unsigned long #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) #define MD4_LONG unsigned long |