summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-07-11 19:46:08 +0200
committerRich Salz <rsalz@openssl.org>2016-07-25 08:35:39 -0400
commit5f7d5125fd761a47c2086b83949a4ea2ffec0487 (patch)
tree26557e1956fc83a223cda77b5df7d7daf043bf0f /apps
parent55e0d0b46206b4af377bba325acf8dba0fd50b3f (diff)
Unused variable cleanup
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1301)
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 22ee01881e..35813d408f 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -155,7 +155,6 @@ static long socket_mtu;
#endif
static int dtlslisten = 0;
-static BIO *serverinfo_in = NULL;
static const char *s_serverinfo_file = NULL;
#ifndef OPENSSL_NO_PSK
@@ -1977,7 +1976,6 @@ int s_server_main(int argc, char *argv[])
SSL_CTX_free(ctx2);
X509_free(s_cert2);
EVP_PKEY_free(s_key2);
- BIO_free(serverinfo_in);
#ifndef OPENSSL_NO_NEXTPROTONEG
OPENSSL_free(next_proto.data);
#endif