Loading ssl/ssl_rsa.c +2 −2 Original line number Diff line number Diff line Loading @@ -800,7 +800,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) * by SSL_CTX_use_certificate). */ } /* When the while loop ends, it's usually just EOF. */ err = ERR_peek_error(); err = ERR_peek_last_error(); if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) (void)ERR_get_error(); else Loading Loading
ssl/ssl_rsa.c +2 −2 Original line number Diff line number Diff line Loading @@ -800,7 +800,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) * by SSL_CTX_use_certificate). */ } /* When the while loop ends, it's usually just EOF. */ err = ERR_peek_error(); err = ERR_peek_last_error(); if (ERR_GET_LIB(err) == ERR_LIB_PEM && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) (void)ERR_get_error(); else Loading