summaryrefslogtreecommitdiffstats
path: root/crypt/cryptexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/cryptexception.h')
-rw-r--r--crypt/cryptexception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypt/cryptexception.h b/crypt/cryptexception.h
index 0a4edae..172c5c9 100644
--- a/crypt/cryptexception.h
+++ b/crypt/cryptexception.h
@@ -25,7 +25,8 @@ public:
KeyNotRsa,
CsprngNotSeeded,
NoUserKeyCreated,
- NoRecipients
+ NoRecipients,
+ FormatNotSupported
};
/**