ports/security/keepassxc276/files/patch-src_keys_FileKey.cpp
Matthias Andree 4002d5875a security/keepassxc276: switch to botan3.
so we move the port off of the deprecated botan2.
Undeprecate.

This requires one #include added. See...

PR:		288581
Approved by:	portmgr@ (just-fix-it blanket)
2025-10-01 12:53:58 +02:00

12 lines
260 B
C++

--- 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>