ssl/s3_[clnt|srvr].c: fix warning and linking error.

PR: 2979
This commit is contained in:
Andy Polyakov
2013-02-09 19:38:47 +01:00
parent 5864fd2061
commit db731da802
2 changed files with 4 additions and 0 deletions

View File

@@ -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);
}