commit | 388aff08dc38d6e4c5146d445b62f581bb484ed4 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Feb 26 16:46:58 2013 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Feb 26 16:46:58 2013 +0000 |
tree | 26c4a7f0ece2c7c47a03cc2ca15800b1f60b5892 | |
parent | 3646578ae7e29230d7b05a5487ad12990b2ae688 [diff] [blame] |
Fix error codes.
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index 032a855..ffd9c19 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c
@@ -410,7 +410,7 @@ if (enc_err == 0) { al=SSL_AD_DECRYPTION_FAILED; - SSLerr(SSL_F_TLS1_ENC,SSL_R_BLOCK_CIPHER_PAD_IS_WRONG); + SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_BLOCK_CIPHER_PAD_IS_WRONG); goto f_err; }