diff options
| author | jp161948 <none@none> | 2005-10-12 06:37:07 -0700 |
|---|---|---|
| committer | jp161948 <none@none> | 2005-10-12 06:37:07 -0700 |
| commit | 71cb38d6e840a65f0173ef529842b6fe0b3a0e86 (patch) | |
| tree | 6d767762d7274e4fe385ecb57d65c9711376a8d4 /usr/src/common/openssl/ssl/ssl.h | |
| parent | 5bd9f8f185b1d2be65ca27f7e367363fde466856 (diff) | |
| download | illumos-gate-71cb38d6e840a65f0173ef529842b6fe0b3a0e86.tar.gz | |
6332476 CAN-2005-2969 upgrade OpenSSL to 0.9.7h or 0.9.8a
Diffstat (limited to 'usr/src/common/openssl/ssl/ssl.h')
| -rw-r--r-- | usr/src/common/openssl/ssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/openssl/ssl/ssl.h b/usr/src/common/openssl/ssl/ssl.h index 3957fc7d98..9261f28ea9 100644 --- a/usr/src/common/openssl/ssl/ssl.h +++ b/usr/src/common/openssl/ssl/ssl.h @@ -165,7 +165,7 @@ /* * The portions of this code that are #ifdef CRYPTO_UNLIMITED are * - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. * */ @@ -479,7 +479,7 @@ typedef struct ssl_session_st #define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L #define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x00000010L #define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L -#define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x00000040L +#define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x00000040L /* no effect since 0.9.7h and 0.9.8b */ #define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L #define SSL_OP_TLS_D5_BUG 0x00000100L #define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L |
