commit | 7a2362611fb7fc9b95cb47604dd5b2635c8b458f | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Dec 07 12:28:40 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Wed Dec 07 12:28:40 2011 +0000 |
tree | 639c9928443a357193b283d2f23c2c5cdbaa7809 | |
parent | 618eb125f01c64640ff86f343c9dc1d037499175 [diff] [blame] |
fix error discrepancy
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 92eb35b..1c0164a 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c
@@ -775,7 +775,7 @@ if(ssl_add_serverhello_use_srtp_ext(s, ret, &el, el)) { - SSLerr(SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); + SSLerr(SSL_F_SSL_ADD_SERVERHELLO_TLSEXT, ERR_R_INTERNAL_ERROR); return NULL; } ret+=el;