summaryrefslogtreecommitdiffstats
path: root/crypt/cryptexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/cryptexception.h')
-rw-r--r--crypt/cryptexception.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h
index 7f70211..768e144 100644
--- a/crypt/cryptexception.h
+++ b/crypt/cryptexception.h
@@ -18,7 +18,9 @@ public:
DecryptionErrorRsa,
DecryptionErrorAes,
OpenSslError,
- KeyNotRsa
+ KeyNotRsa,
+ CsprngNotSeeded,
+ NoUserKeyCreated
};
/**