aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/des_locl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-12-18 19:11:37 +0000
committerAndy Polyakov <appro@openssl.org>2005-12-18 19:11:37 +0000
commitbe7b4458f226a9c8052efa4bb7b61dc4fc0c5353 (patch)
tree6842610954401d9560e4af8c18839574085cf7cc /crypto/des/des_locl.h
parent7304956e39ae710d07e4691d3215c5c5db7181b5 (diff)
downloadopenssl-be7b4458f226a9c8052efa4bb7b61dc4fc0c5353.zip
openssl-be7b4458f226a9c8052efa4bb7b61dc4fc0c5353.tar.gz
openssl-be7b4458f226a9c8052efa4bb7b61dc4fc0c5353.tar.bz2
Keep disclaiming 16-bit platform support. For now remove WIN16 references
from .h files...
Diffstat (limited to 'crypto/des/des_locl.h')
-rw-r--r--crypto/des/des_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index f7ed6ae..a3b512e 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -61,7 +61,7 @@
#include <openssl/e_os2.h>
-#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
+#if defined(OPENSSL_SYS_WIN32)
#ifndef OPENSSL_SYS_MSDOS
#define OPENSSL_SYS_MSDOS
#endif