ssl/s3_[clnt|srvr].c: fix warning and linking error.
PR: 2979
This commit is contained in:
@@ -893,7 +893,9 @@ int ssl3_get_server_hello(SSL *s)
|
||||
return(1);
|
||||
f_err:
|
||||
ssl3_send_alert(s,SSL3_AL_FATAL,al);
|
||||
#ifndef OPENSSL_NO_TLSEXT
|
||||
err:
|
||||
#endif
|
||||
return(-1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user