summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-12-09 11:54:01 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-09 12:10:40 +0100
commitd4e3162c0c56a874f29a58d7fe84a8723b9516aa (patch)
tree4736a9d76088f8c13e47a6a1c33c998c5c7fa8a6 /openpgp-ffi/include/sequoia/openpgp
parent62dde350124a4bc27add0985fa9dfbb28de5ac79 (diff)
openpgp, openpgp-ffi: Fix small issues introduced when renaming TPK.
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp/error.h b/openpgp-ffi/include/sequoia/openpgp/error.h
index accd24ab..67a42ab6 100644
--- a/openpgp-ffi/include/sequoia/openpgp/error.h
+++ b/openpgp-ffi/include/sequoia/openpgp/error.h
@@ -105,7 +105,7 @@ typedef enum pgp_status {
/*/
/// Malformed Cert.
/*/
- PGP_STATUS_MALFORMED_Cert = -13,
+ PGP_STATUS_MALFORMED_CERT = -13,
/*/
/// Bad signature.
@@ -130,7 +130,7 @@ typedef enum pgp_status {
/*/
/// Cert not supported.
/*/
- PGP_STATUS_UNSUPPORTED_Cert = -24,
+ PGP_STATUS_UNSUPPORTED_CERT = -24,
/* Dummy value to make sure the enumeration has a defined size. Do
not use this value. */