diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/tls_openssl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/tls_openssl.c b/src/IO/tls_openssl.c index f14153aa..413ec4d5 100644 --- a/src/IO/tls_openssl.c +++ b/src/IO/tls_openssl.c @@ -834,6 +834,7 @@ static int Tls_examine_certificate(SSL *ssl, Server_t *srv) ret = 0; break; case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: + ; /* Case follows declaration */ /* Either self signed and untrusted */ /* Extract CN from certificate name information */ X509_NAME *subject_name = X509_get_subject_name(remote_cert); |