projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024e6fe
)
missing tab
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 19:12:57 +0000
(19:12 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Dec 2012 19:12:57 +0000
(19:12 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index ce83a1bcd4d2ba32a6903380e63cae5518927bfd..f0ec4dbc09a52f56863b5ade8d500dbdb0d0a483 100644
(file)
--- 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)