From b0118409a9550a5f5b7b5466bf8b5d57ffc5e843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Mon, 26 May 2008 06:21:10 +0000 Subject: [PATCH] Reword comment to be much shorter to stop other people from complaining about "overcommenting" --- ssl/ssl_rsa.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c index a7721d05e3..27113eba50 100644 --- a/ssl/ssl_rsa.c +++ b/ssl/ssl_rsa.c @@ -708,11 +708,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) int ret=0; X509 *x=NULL; - ERR_clear_error(); /* This function needs to check the error stack - even if the return code(s) of called functions - indicate success. - The error stack must therefore be cleared - before starting. */ + ERR_clear_error(); /* clear error stack for SSL_CTX_use_certificate() */ in=BIO_new(BIO_s_file_internal()); if (in == NULL) -- 2.25.1