summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.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 /ssl/ssl3.h
parent7304956e39ae710d07e4691d3215c5c5db7181b5 (diff)
Keep disclaiming 16-bit platform support. For now remove WIN16 references
from .h files...
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 2c6c79bf66..6475d82af4 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -256,13 +256,7 @@ extern "C" {
#define SSL_RT_MAX_CIPHER_BLOCK_SIZE 16
-/* Due to MS stuffing up, this can change.... */
-#if defined(OPENSSL_SYS_WIN16) || \
- (defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32))
-#define SSL3_RT_MAX_EXTRA (14000)
-#else
#define SSL3_RT_MAX_EXTRA (16384)
-#endif
/* Maximum plaintext length: defined by SSL/TLS standards */
#define SSL3_RT_MAX_PLAIN_LENGTH 16384