configure: delete unused HAVE_OPENSSL3 macro

Closes #14672
This commit is contained in:
Viktor Szakats 2024-08-24 03:22:34 +02:00
parent c190338e0f
commit dbf5fbd4a0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 0 additions and 4 deletions

View file

@ -52,7 +52,6 @@ my %remove = (
'#define HAVE_LIBSSL 1' => 1,
'#define HAVE_LIBZSTD 1' => 1,
'#define HAVE_NGHTTP2_NGHTTP2_H 1' => 1,
'#define HAVE_OPENSSL3 1' => 1,
'#define HAVE_OPENSSL_CRYPTO_H 1' => 1,
'#define HAVE_OPENSSL_ERR_H 1' => 1,
'#define HAVE_OPENSSL_PEM_H 1' => 1,