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

Update Makefile - FIX #24 #22 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Michele0303
Copy link

@Michele0303 Michele0303 commented May 17, 2023

I have made a modification to the Makefile to handle deprecated function warnings in OpenSSL 3.0 and later versions. The modification includes adding the -Wno-deprecated-declarations option to the compilation flags (CFLAGS).

By adding this option, it disables the warnings related to deprecated functions, allowing for error-free compilation within the context of OpenSSL 3.0 and newer versions.

FIX #24 #22

I have made a modification to the Makefile to handle deprecated function warnings in OpenSSL 3.0 and later versions. The modification includes adding the -Wno-deprecated-declarations option to the compilation flags (CFLAGS).

By adding this option, it disables the warnings related to deprecated functions, allowing for error-free compilation within the context of OpenSSL 3.0 and newer versions.
@Michele0303 Michele0303 changed the title Update Makefile Update Makefile - FIX #24 #22 May 17, 2023
@akuma-log
Copy link

worked for me. 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.

can't make hash_extender
2 participants