mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Reword comment to be much shorter to stop other people from complaining
about "overcommenting".
This commit is contained in:
parent
c2c2e7a438
commit
17a4a4dff8
@ -708,11 +708,7 @@ int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file)
|
|||||||
int ret=0;
|
int ret=0;
|
||||||
X509 *x=NULL;
|
X509 *x=NULL;
|
||||||
|
|
||||||
ERR_clear_error(); /* This function needs to check the error stack
|
ERR_clear_error(); /* clear error stack for SSL_CTX_use_certificate() */
|
||||||
even if the return code(s) of called functions
|
|
||||||
indicate success.
|
|
||||||
The error stack must therefore be cleared
|
|
||||||
before starting. */
|
|
||||||
|
|
||||||
in=BIO_new(BIO_s_file_internal());
|
in=BIO_new(BIO_s_file_internal());
|
||||||
if (in == NULL)
|
if (in == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user