From 7b65bdcac5081728ded6be44148a2fdfb0fc8f8c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 4 May 2023 00:42:06 +0200 Subject: [PATCH] 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. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5