Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-11-20 13:24:12 +0400
committerFelix Geyer <debfx@fobos.de>2011-11-20 13:24:12 +0400
commitbc63d18f68c27107cf030be1fde8826c676a4017 (patch)
tree493bee8d42d6e7b2ce60bdaf176e75c9c4a0f9df /src/crypto/Crypto.h
parentbaace149180a6a6f5efcf2b1e3a1c1c77f415fa6 (diff)
Make sure gcrypt is initalized when SymmetricCipherGcrypt objects are created.
Diffstat (limited to 'src/crypto/Crypto.h')
-rw-r--r--src/crypto/Crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/Crypto.h b/src/crypto/Crypto.h
index 439c23230..d1b2004b9 100644
--- a/src/crypto/Crypto.h
+++ b/src/crypto/Crypto.h
@@ -22,6 +22,7 @@ class Crypto
{
public:
static void init();
+ static bool initalized();
static bool selfTest();
private: