summaryrefslogtreecommitdiffstats
path: root/src/crypto-lib/signature_openssl.cpp
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-18 15:06:42 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-02-21 18:17:07 +0100
commit1b6190534e3de2f9b1bea37bc3803bd061e3a628 (patch)
treefecb8f81c56d6e3fa4f2d704606b18228bf3b6fb /src/crypto-lib/signature_openssl.cpp
parent357e9c84f9f8296d971857827c93399fa23d5596 (diff)
Axivion: fix or document most of the reported issues
Change-Id: I5723096b8db71c216b33e189a2469b3130c19504 Pick-to: 6.7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/crypto-lib/signature_openssl.cpp')
-rw-r--r--src/crypto-lib/signature_openssl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto-lib/signature_openssl.cpp b/src/crypto-lib/signature_openssl.cpp
index 3b65ba43..1ce38f81 100644
--- a/src/crypto-lib/signature_openssl.cpp
+++ b/src/crypto-lib/signature_openssl.cpp
@@ -13,6 +13,7 @@
QT_BEGIN_NAMESPACE_AM
// clazy:excludeall=non-pod-global-static
+// AXIVION DISABLE Qt-NonPodGlobalStatic
// dummy structures
struct BIO;