Skip to content

Commit

Permalink
Add a comment after some #endif at end of apps source code.
Browse files Browse the repository at this point in the history
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from openssl#1168)
  • Loading branch information
FdaSilvaYY authored and Rich Salz committed Jun 18, 2016
1 parent 823146d commit a8db2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/s_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2684,4 +2684,4 @@ static int ocsp_resp_cb(SSL *s, void *arg)
}
# endif

#endif
#endif /* OPENSSL_NO_SOCK */
2 changes: 1 addition & 1 deletion apps/s_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -3304,4 +3304,4 @@ static void free_sessions(void)
first = NULL;
}

#endif
#endif /* OPENSSL_NO_SOCK */
2 changes: 1 addition & 1 deletion apps/ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,4 +978,4 @@ static int verify_cb(int ok, X509_STORE_CTX *ctx)
{
return ok;
}
#endif
#endif /* ndef OPENSSL_NO_TS */

0 comments on commit a8db2cf

Please sign in to comment.