diff options
author | markus <> | 2002-07-30 11:08:06 +0000 |
---|---|---|
committer | markus <> | 2002-07-30 11:08:06 +0000 |
commit | c54a116b266c232d9e0ffad482eb5f8b98130ac4 (patch) | |
tree | 829382cb1d2140dc2ace3ac2b408324cabadb2f9 /src/lib/libssl/ssl.h | |
parent | cc19216028038523578d8437fd5fe68bada0def0 (diff) | |
download | openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.tar.gz openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.tar.bz2 openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.zip |
apply patches from OpenSSL Security Advisory [30 July 2002],
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 833f761690..ce6354b2ff 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1637,6 +1637,7 @@ void ERR_load_SSL_strings(void); | |||
1637 | #define SSL_R_INVALID_COMMAND 280 | 1637 | #define SSL_R_INVALID_COMMAND 280 |
1638 | #define SSL_R_INVALID_PURPOSE 278 | 1638 | #define SSL_R_INVALID_PURPOSE 278 |
1639 | #define SSL_R_INVALID_TRUST 279 | 1639 | #define SSL_R_INVALID_TRUST 279 |
1640 | #define SSL_R_KEY_ARG_TOO_LONG 1112 | ||
1640 | #define SSL_R_KRB5 1104 | 1641 | #define SSL_R_KRB5 1104 |
1641 | #define SSL_R_KRB5_C_CC_PRINC 1094 | 1642 | #define SSL_R_KRB5_C_CC_PRINC 1094 |
1642 | #define SSL_R_KRB5_C_GET_CRED 1095 | 1643 | #define SSL_R_KRB5_C_GET_CRED 1095 |
@@ -1716,6 +1717,7 @@ void ERR_load_SSL_strings(void); | |||
1716 | #define SSL_R_SHORT_READ 219 | 1717 | #define SSL_R_SHORT_READ 219 |
1717 | #define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 | 1718 | #define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 |
1718 | #define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 | 1719 | #define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 |
1720 | #define SSL_R_SSL3_SESSION_ID_TOO_LONG 1113 | ||
1719 | #define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 | 1721 | #define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 |
1720 | #define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 | 1722 | #define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 |
1721 | #define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 | 1723 | #define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 |