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:
7722e53
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 28 Sep 2007 17:18:18 +0000
(17:18 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 28 Sep 2007 17:18:18 +0000
(17:18 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index b3ec6091bc7ab974c0ab1aafde7e879700e2e023..7230750c47bca0ec55f2f77c3d821a66dc3f9e7e 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-1736,7
+1736,7
@@
static int sv_body(char *hostname, int s, unsigned char *context)
SSL_set_tlsext_debug_callback(con, tlsext_cb);
SSL_set_tlsext_debug_arg(con, bio_s_out);
}
- if (s_tlsextstatus)
;
+ if (s_tlsextstatus)
{
SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb);
tlscstatp.err = bio_err;