We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49c43bc + d155dc1 commit b6a1328Copy full SHA for b6a1328
src/main.c
@@ -46,7 +46,7 @@ static int PyXmlSec_Init(void) {
46
}
47
48
#ifndef XMLSEC_NO_CRYPTO_DYNAMIC_LOADING
49
- if (xmlSecCryptoDLLoadLibrary(NULL) < 0) {
+ if (xmlSecCryptoDLLoadLibrary((const xmlChar*) STRINGIFY(XMLSEC_CRYPTO)) < 0) {
50
PyXmlSec_SetLastError("cannot load crypto library for xmlsec.");
51
PyXmlSec_Free(_FREE_XMLSEC);
52
return -1;
0 commit comments