diff options
Diffstat (limited to 'crypt/cryptexception.h')
| -rw-r--r-- | crypt/cryptexception.h | 4 |
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 }; /** |
