Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto feature...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Aug 2022 19:23:53 +0000 (16:23 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 10 Aug 2022 13:44:02 +0000 (10:44 -0300)
This reverts commit 10fef869a58e37ec649b61eddab545f2da57a79b.

Because a proper fix was submitted.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/feature/test-libcrypto.c

index 31afff0..a98174e 100644 (file)
@@ -2,12 +2,6 @@
 #include <openssl/sha.h>
 #include <openssl/md5.h>
 
-/*
- * The MD5_* API have been deprecated since OpenSSL 3.0, which causes the
- * feature test to fail silently. This is a workaround.
- */
-#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
-
 int main(void)
 {
        MD5_CTX context;