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

Add void to function declarations for EVP_EncryptInit check #542

Conversation

thisisG
Copy link
Contributor

@thisisG thisisG commented Jun 9, 2021

gcc 11.1.1 complains about not having strict function prototypes
(-Wstrict-prototypes) when attempting to test for linkage with openssl.

This warning was added in PR #284. Why it started acting up now is
unknown. It may be that gcc 11.1.1 have changed how and when they emit
this warning.

Adding void to the function declarations seems to silence this warning
and allow the test to run to completion.

Verified

This commit was signed with the committer’s verified signature.
Byron Sebastian Thiel
gcc 11.1.1 complains about not having strict function prototypes
(-Wstrict-prototypes) when attempting to test for linkage with openssl.

This warning was added in PR cisco#284. Why it started acting up now is
unknown. It may be that gcc 11.1.1 have changed how and when they emit
this warning.

Adding void to the function declarations seems to silence this warning
and allow the test to run to completion.
@pabuhler pabuhler merged commit bd0f27e into cisco:master Jun 11, 2021
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.

None yet

3 participants