1 --- src/plugins/tls/openssl/qopenssl_p.h.orig	2025-05-14 09:43:58 UTC
2 +++ src/plugins/tls/openssl/qopenssl_p.h
3 @@ -71,6 +71,13 @@ QT_BEGIN_NAMESPACE
4 
5  QT_BEGIN_NAMESPACE
6 
7 +#ifndef DTLS_ANY_VERSION
8 +#define DTLS_ANY_VERSION 0x1FFFF
9 +#endif
10 +#ifndef TLS_ANY_VERSION
11 +#define TLS_ANY_VERSION 0x10000
12 +#endif
13 +
14  struct QSslErrorEntry {
15      int code = 0;
16      int depth = 0;
17