aboutsummaryrefslogtreecommitdiff
path: root/security/keepassxc276/files/patch-src_keys_FileKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/keepassxc276/files/patch-src_keys_FileKey.cpp')
-rw-r--r--security/keepassxc276/files/patch-src_keys_FileKey.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/keepassxc276/files/patch-src_keys_FileKey.cpp b/security/keepassxc276/files/patch-src_keys_FileKey.cpp
new file mode 100644
index 000000000000..3ea8d551efd4
--- /dev/null
+++ b/security/keepassxc276/files/patch-src_keys_FileKey.cpp
@@ -0,0 +1,11 @@
+--- src/keys/FileKey.cpp.orig 2023-08-15 22:40:34 UTC
++++ src/keys/FileKey.cpp
+@@ -22,6 +22,8 @@
+ #include "crypto/CryptoHash.h"
+ #include "crypto/Random.h"
+
++#include <botan/mem_ops.h>
++
+ #include <QDataStream>
+ #include <QFile>
+ #include <QXmlStreamReader>