]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
openssl: Reactivate openssl warnings.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 3 May 2023 22:42:06 +0000 (00:42 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:35:04 +0000 (12:35 +0100)
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

index bd2bd9d95fe8356f09e756268340f2f4cad52706..d348ee1410fe3cb9611fd19ac1f865184911440b 100644 (file)
@@ -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