diff options
author | Emilia Kasper <emilia@openssl.org> | 2014-08-21 17:34:05 +0200 |
---|---|---|
committer | Emilia Kasper <emilia@openssl.org> | 2014-08-22 15:35:42 +0200 |
commit | be0477a8e97a1f771f8aa6e97aa064033f4dcade (patch) | |
tree | f5772449a639fdd6348a733ce6d9b85e718622fc /ssl/ssl.h | |
parent | RT3061: slightly amend patch (diff) | |
download | openssl-be0477a8e97a1f771f8aa6e97aa064033f4dcade.tar.xz openssl-be0477a8e97a1f771f8aa6e97aa064033f4dcade.zip |
RT 3060: amend patch
Use existing error code SSL_R_RECORD_TOO_SMALL for too many empty records.
For ease of backporting the patch to release branches.
Reviewed-by: Bodo Moeller <bodo@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r-- | ssl/ssl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3072,7 +3072,6 @@ void ERR_load_SSL_strings(void); #define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 #define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 #define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 -#define SSL_R_TOO_MANY_EMPTY_FRAGMENTS 393 #define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 #define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 #define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 |