From: FdaSilvaYY Date: Fri, 10 Jun 2016 20:37:32 +0000 (+0200) Subject: Add a comment after some #endif at end of apps source code. X-Git-Tag: OpenSSL_1_1_0-pre6~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8db2cfa4b293f3db9566a305a26109c4fde74b2;p=thirdparty%2Fopenssl.git Add a comment after some #endif at end of apps source code. Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1168) --- diff --git a/apps/s_client.c b/apps/s_client.c index 205f2833703..41fed85ea0f 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 9188ecf29c9..45c128d7012 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 ec83aacda4a..80f14bd821e 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 */