Open
Description
While installing xmlsec
1.3.14 we encounter the following error:
#16 21.06 /tmp/pip-install-z5k61bf_/xmlsec/src/keys.c: In function ‘PyXmlSec_KeyFromEngine’:
#16 21.06 /tmp/pip-install-z5k61bf_/xmlsec/src/keys.c:218:65: error: ‘xmlSecKeyDataFormatEngine’ undeclared (first use in this function); did you mean ‘xmlSecKeyDataFormat’?
#16 21.06 218 | key->handle = xmlSecCryptoAppKeyLoad(engine_and_key_id, xmlSecKeyDataFormatEngine, NULL, xmlSecCryptoAppGetDefaultPwdCallback(), (void*)engine_and_key_id);
#16 21.06 | ^~~~~~~~~~~~~~~~~~~~~~~~~
#16 21.06 | xmlSecKeyDataFormat
Looking at the project, the xmlSecKeyDataFormatEngine
does not seem to be defined anywhere. I've looked the <xmlsec/crypto.h>
include and it does not contain the defined struct either.