summaryrefslogtreecommitdiff
path: root/darn.h
diff options
context:
space:
mode:
Diffstat (limited to 'darn.h')
-rw-r--r--darn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/darn.h b/darn.h
index c56e07b6..91a22d0e 100644
--- a/darn.h
+++ b/darn.h
@@ -84,6 +84,9 @@ public:
std::string AlgorithmProvider() const {
return "Power9";
}
+
+private:
+ SecBlock<byte, AllocatorWithCleanup<byte, true> > m_temp;
};
NAMESPACE_END