summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-09-28 17:18:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-09-28 17:18:18 +0000
commitb7fcc08976b0f5d4a3befd30e20bc95f120c892a (patch)
tree2fd53d58474ac3713b04d7fcf8603db3c28623c6 /apps
parent7722e53f12b3f2f4e182167da42dfb7edaf2eab0 (diff)
Typo.
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 b3ec6091bc..7230750c47 100644
--- 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;