Commit a8db2cfa authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Rich Salz
Browse files

Add a comment after some #endif at end of apps source code.

parent 823146d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2684,4 +2684,4 @@ static int ocsp_resp_cb(SSL *s, void *arg)
}
# endif

#endif
#endif  /* OPENSSL_NO_SOCK */
+1 −1
Original line number Diff line number Diff line
@@ -3304,4 +3304,4 @@ static void free_sessions(void)
    first = NULL;
}

#endif
#endif  /* OPENSSL_NO_SOCK */
+1 −1
Original line number Diff line number Diff line
@@ -978,4 +978,4 @@ static int verify_cb(int ok, X509_STORE_CTX *ctx)
{
    return ok;
}
#endif
#endif  /* ndef OPENSSL_NO_TS */