From: Andre Noll Date: Wed, 3 May 2023 22:42:06 +0000 (+0200) Subject: openssl: Reactivate openssl warnings. X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=78adaea4e9e2aae0f71fe060ecd03e1744839810;p=paraslash.git openssl: Reactivate openssl warnings. Now that we use the EVP API for RSA if openssl-3 was detected, the openssl code no longer calls deprecated functions, so turn back on the warnings for uses of openssl library functions which are marked as deprecated. --- diff --git a/Makefile.real b/Makefile.real index bd2bd9d9..d348ee14 100644 --- a/Makefile.real +++ b/Makefile.real @@ -223,7 +223,6 @@ $(call OD, afs aft attribute blob mood playlist score server vss command \ CPPFLAGS += $(osl_cppflags) $(call OD, compress_filter): CFLAGS += -O3 -$(call OD, openssl): CFLAGS += -Wno-deprecated-declarations $(object_dir)/%.o: %.c | $(object_dir) $(dep_dir) $(lsg_h) $(yy_h) define CC_CMD