summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-02-09 19:38:47 +0100
committerAndy Polyakov <appro@openssl.org>2013-02-09 19:38:47 +0100
commitdb731da80268280ff7ff5e6465df2404ce502197 (patch)
treeba3b6b738058c2f8ee500d5fb5a83406d229f1a7 /ssl/s3_clnt.c
parent5864fd2061f43dc8f89b5755f19bd2a35dec636c (diff)
ssl/s3_[clnt|srvr].c: fix warning and linking error.
PR: 2979
Diffstat (limited to 'ssl/s3_clnt.c')
-rw-r--r--ssl/s3_clnt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index a17beb8a3b..7caabf38a4 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -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);
}