aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r--gpgme/gpgme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index a4dbcd4a..57bb0116 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -300,7 +300,8 @@ gpgme_validity_t;
typedef enum
{
GPGME_PROTOCOL_OpenPGP = 0, /* The default mode. */
- GPGME_PROTOCOL_CMS = 1
+ GPGME_PROTOCOL_CMS = 1,
+ GPGME_PROTOCOL_UNKNOWN = 255
}
gpgme_protocol_t;