Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmldsigverify: Include xmlsec/parser.h #463

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Jan 19, 2023

this ensures that xmlSecParserSetDefaultOptions definition is made available

Fixes
| xmldsigverify.c:275:5: error: call to undeclared function 'xmlSecParserSetDefaultOptions'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
| xmlSecParserSetDefaultOptions(XML_PARSE_NOENT | XML_PARSE_NOCDATA |
| ^

Signed-off-by: Khem Raj [email protected]

this ensures that xmlSecParserSetDefaultOptions definition is made
available

Fixes
| xmldsigverify.c:275:5: error: call to undeclared function 'xmlSecParserSetDefaultOptions'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|     xmlSecParserSetDefaultOptions(XML_PARSE_NOENT | XML_PARSE_NOCDATA |
|     ^

Signed-off-by: Khem Raj <[email protected]>
@lsh123 lsh123 merged commit 763ba2d into lsh123:master Jan 20, 2023
@lsh123
Copy link
Owner

lsh123 commented Jan 20, 2023

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants