]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Deactivate openssl-3 warnings for now.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Nov 2021 18:41:20 +0000 (19:41 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 29 Oct 2022 18:35:44 +0000 (20:35 +0200)
commitf82ce8b261e0f7fe063c6a9b5964898dbf4adb3b
treed02e03761d6ed553a5a3fcfc338c17a5abc696bc
parentbe6cdae0466199a60c3e3e749a2b331c762dc6fc
openssl: Deactivate openssl-3 warnings for now.

openssl-3 depreciated a bunch of functions we are using in openssl.c,
but the suggested alternatives are not available in older versions
of the openssl library. This makes a smooth transition harder than
necessary. Suppress the warnings for now.
Makefile.real