summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-05-21 12:06:12 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-05-21 13:45:58 +0200
commit3863140b0d71eff1ff2240fcd0c7fb769b17a971 (patch)
tree92d6664d2ec2f3a6b73b843ae0ac431b6fc83eec /openpgp-ffi/include/sequoia/openpgp
parent9e6d056dab32abd1f8381a701e1cd00d4fb8c660 (diff)
openpgp: New error for unsupported compression algorithms.
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/error.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp/error.h b/openpgp-ffi/include/sequoia/openpgp/error.h
index 239ebcf9..551aaa82 100644
--- a/openpgp-ffi/include/sequoia/openpgp/error.h
+++ b/openpgp-ffi/include/sequoia/openpgp/error.h
@@ -73,6 +73,11 @@ typedef enum pgp_status {
PGP_STATUS_UNSUPPORTED_AEAD_ALGORITHM = -26,
/*/
+ /// Unsupported Compression algorithm.
+ /*/
+ PGP_STATUS_UNSUPPORTED_COMPRESSION_ALGORITHM = -28,
+
+ /*/
/// Unsupport signature type.
/*/
PGP_STATUS_UNSUPPORTED_SIGNATURE_TYPE = -20,