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.
1 parent 49c43bc commit d155dc1Copy full SHA for d155dc1
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