diff options
Diffstat (limited to 'crypt/cryptexception.h')
| -rw-r--r-- | crypt/cryptexception.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h index 768e144..513fb8d 100644 --- a/crypt/cryptexception.h +++ b/crypt/cryptexception.h @@ -20,7 +20,8 @@ public: OpenSslError, KeyNotRsa, CsprngNotSeeded, - NoUserKeyCreated + NoUserKeyCreated, + NoRecipients }; /** |
