diff options
| author | jp161948 <none@none> | 2007-11-08 06:34:22 -0800 |
|---|---|---|
| committer | jp161948 <none@none> | 2007-11-08 06:34:22 -0800 |
| commit | c756022f2e846db7dcfbb0b75ad3c1cc6871a68e (patch) | |
| tree | e8a6a83298b2fea00af63dceaee317cea2303630 /usr/src/common/openssl/ssl/ssl.h | |
| parent | 6cb1ca52bfd0f546d1001d9204d8ab93039de44b (diff) | |
| download | illumos-gate-c756022f2e846db7dcfbb0b75ad3c1cc6871a68e.tar.gz | |
6616619 fix CVE-2007-4995 in OpenSSL
Diffstat (limited to 'usr/src/common/openssl/ssl/ssl.h')
| -rw-r--r-- | usr/src/common/openssl/ssl/ssl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/common/openssl/ssl/ssl.h b/usr/src/common/openssl/ssl/ssl.h index 36f3b7649b..b6b05f144a 100644 --- a/usr/src/common/openssl/ssl/ssl.h +++ b/usr/src/common/openssl/ssl/ssl.h @@ -1573,6 +1573,7 @@ void ERR_load_SSL_strings(void); #define SSL_F_DTLS1_GET_MESSAGE_FRAGMENT 1011 #define SSL_F_DTLS1_GET_RECORD 1012 #define SSL_F_DTLS1_OUTPUT_CERT_CHAIN 1013 +#define SSL_F_DTLS1_PREPROCESS_FRAGMENT 277 #define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE 1014 #define SSL_F_DTLS1_PROCESS_RECORD 1015 #define SSL_F_DTLS1_READ_BYTES 1016 |
