summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-16 09:21:50 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:33:38 +0000
commitac84cb4cfec4017783eb2696c14c3a379a4e0218 (patch)
tree05f8a02ef57518af8795642d2484da73b9025ac5 /apps/s_cb.c
parent3e9a08ecb164098f997bce92a0db72287f39c106 (diff)
Further comment changes for reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 29315aab2a..aa5d25aba9 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -199,7 +199,7 @@ int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file)
{
if (cert_file != NULL)
{
- /*
+ /*-
SSL *ssl;
X509 *x509;
*/