mirror of https://github.com/getdnsapi/getdns.git
bugfix #418 duplicate ,'s in Windows build
This commit is contained in:
parent
cad7eb2461
commit
0fef131e9b
|
@ -194,7 +194,7 @@ add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx, const getdns_log_config* log)
|
|||
PCCERT_CONTEXT pTargetCert = NULL;
|
||||
|
||||
_getdns_log(log, GETDNS_LOG_SYS_STUB, GETDNS_LOG_DEBUG
|
||||
, "%s: %s\n", STUB_DEBUG_SETUP_TLS,
|
||||
, "%s: %s\n", STUB_DEBUG_SETUP_TLS
|
||||
, "Adding Windows certificates from system root store to CA store")
|
||||
;
|
||||
|
||||
|
@ -244,7 +244,7 @@ add_WIN_cacerts_to_openssl_store(SSL_CTX* tls_ctx, const getdns_log_config* log)
|
|||
if (!cert1) {
|
||||
/* return error if a cert fails */
|
||||
_getdns_log(log
|
||||
, GETDNS_LOG_SYS_STUB, GETDNS_LOG_ERR,
|
||||
, GETDNS_LOG_SYS_STUB, GETDNS_LOG_ERR
|
||||
, "%s: %s %d:%s\n"
|
||||
, STUB_DEBUG_SETUP_TLS
|
||||
, "Unable to parse certificate in memory"
|
||||
|
|
Loading…
Reference in New Issue