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)
12 lines
260 B
C++
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>
|