hash_extender icon indicating copy to clipboard operation
hash_extender copied to clipboard

Update Makefile - FIX #24 #22

Open Michele0303 opened this issue 1 year ago • 1 comments

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

Michele0303 avatar May 17 '23 05:05 Michele0303

worked for me. Thanks

akuma-log avatar Aug 19 '24 10:08 akuma-log