fix error discrepancy
This commit is contained in:
parent
5713411893
commit
7454cba4fa
@ -775,7 +775,7 @@ unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *p, unsigned cha
|
|||||||
|
|
||||||
if(ssl_add_serverhello_use_srtp_ext(s, ret, &el, el))
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
ret+=el;
|
ret+=el;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user