Skip to content

Commit

Permalink
fix win32
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 15, 2023
1 parent 1a86945 commit 16c803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl/engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ static X509_STORE *load_system_certs() {
PCCERT_CONTEXT pCertContext = NULL;

if (!(hCertStore = CertOpenSystemStore(0, "ROOT"))) {
UM_LOG(ERROR, "The first system store did not open.");
UM_LOG(ERR, "The first system store did not open.");
return store;
}

Expand Down

0 comments on commit 16c803d

Please sign in to comment.