diff options
author | 2002-07-30 11:08:05 +0000 | |
---|---|---|
committer | 2002-07-30 11:08:05 +0000 | |
commit | 428837d1af6ee7883726f5a6f82d6bae10ac0025 (patch) | |
tree | 6cad96e6d9a4f7e09d07030b70c21d9902cf5e9b /lib/libssl/ssl.h | |
parent | strip_chroot here as well. (diff) | |
download | wireguard-openbsd-428837d1af6ee7883726f5a6f82d6bae10ac0025.tar.xz wireguard-openbsd-428837d1af6ee7883726f5a6f82d6bae10ac0025.zip |
apply patches from OpenSSL Security Advisory [30 July 2002],
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 833f7616907..ce6354b2ff1 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1637,6 +1637,7 @@ void ERR_load_SSL_strings(void); #define SSL_R_INVALID_COMMAND 280 #define SSL_R_INVALID_PURPOSE 278 #define SSL_R_INVALID_TRUST 279 +#define SSL_R_KEY_ARG_TOO_LONG 1112 #define SSL_R_KRB5 1104 #define SSL_R_KRB5_C_CC_PRINC 1094 #define SSL_R_KRB5_C_GET_CRED 1095 @@ -1716,6 +1717,7 @@ void ERR_load_SSL_strings(void); #define SSL_R_SHORT_READ 219 #define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 #define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 +#define SSL_R_SSL3_SESSION_ID_TOO_LONG 1113 #define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 #define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 #define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 |