summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 20:12:57 +0100
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 20:12:57 +0100
commit89a5e2f704ae8754de91f095be7c04d373fbf30e (patch)
tree0851508f06834aeb8c08cbd200fb0e9dc46fe6f2 /apps
parenttypo (diff)
downloadopenssl-89a5e2f704ae8754de91f095be7c04d373fbf30e.tar.xz
openssl-89a5e2f704ae8754de91f095be7c04d373fbf30e.zip
missing tab
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index ce83a1bcd4..f0ec4dbc09 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -2035,7 +2035,7 @@ end:
SSL_CONF_CTX_free(cctx);
if (bio_s_out != NULL)
{
- BIO_free(bio_s_out);
+ BIO_free(bio_s_out);
bio_s_out=NULL;
}
if (bio_s_msg != NULL)