summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-02-09 19:31:07 +0000
committerBen Laurie <ben@links.org>2014-02-09 19:31:07 +0000
commit8c4e09f74fa7dafd766f35cb7cc65884989f0ab0 (patch)
tree2b8597368c0442e8b096eb92ed38f1b4359cc33b /apps
parente32cbae2243596f3298c7b69e2c49197ecb895c7 (diff)
Whitespace fixes.
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 07857395af..b9c2d2a9ea 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -520,7 +520,7 @@ static void sv_usage(void)
BIO_printf(bio_err," -auth - send and receive RFC 5878 TLS auth extensions and supplemental data\n");
BIO_printf(bio_err," -auth_require_reneg - Do not send TLS auth extensions until renegotiation\n");
#endif
- BIO_printf(bio_err," -no_resumption_on_reneg - set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag\n");
+ BIO_printf(bio_err," -no_resumption_on_reneg - set SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION flag\n");
BIO_printf(bio_err," -crl_check - check the peer certificate has not been revoked by its CA.\n" \
" The CRL(s) are appended to the certificate file\n");
BIO_printf(bio_err," -crl_check_all - check the peer certificate has not been revoked by its CA\n" \
@@ -2681,7 +2681,7 @@ static int init_ssl_connection(SSL *con)
/*handshake is complete - free the generated supp data allocated in the callback */
if (generated_supp_data)
{
- OPENSSL_free(generated_supp_data);
+ OPENSSL_free(generated_supp_data);
generated_supp_data = NULL;
}