aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-10 22:37:32 +0200
committerRich Salz <rsalz@openssl.org>2016-06-18 16:30:24 -0400
commita8db2cfa4b293f3db9566a305a26109c4fde74b2 (patch)
tree9567eedcf6c569f37d4b613f5d1144f09a1d2b65
parent823146d65fe145eb6024d84ab50ed63ba9f8705c (diff)
downloadopenssl-a8db2cfa4b293f3db9566a305a26109c4fde74b2.tar.gz
Add a comment after some #endif at end of apps source code.
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1168)
-rw-r--r--apps/s_client.c2
-rw-r--r--apps/s_server.c2
-rw-r--r--apps/ts.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index 205f283370..41fed85ea0 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2684,4 +2684,4 @@ static int ocsp_resp_cb(SSL *s, void *arg)
}
# endif
-#endif
+#endif /* OPENSSL_NO_SOCK */
diff --git a/apps/s_server.c b/apps/s_server.c
index 9188ecf29c..45c128d701 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -3304,4 +3304,4 @@ static void free_sessions(void)
first = NULL;
}
-#endif
+#endif /* OPENSSL_NO_SOCK */
diff --git a/apps/ts.c b/apps/ts.c
index ec83aacda4..80f14bd821 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -978,4 +978,4 @@ static int verify_cb(int ok, X509_STORE_CTX *ctx)
{
return ok;
}
-#endif
+#endif /* ndef OPENSSL_NO_TS */