From 15fc5c34c88ecbb61272705af60f7054b41c57f7 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Mon, 27 Jun 2016 15:50:01 +0200 Subject: Cpp: Expose new data_identify values * lang/cpp/src/data.cpp (GpgME::Data::type): Handle PGP Encrypted and Signature. * lang/cpp/src/data.h: Add values accordingly. --- lang/cpp/src/data.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/cpp/src/data.h') diff --git a/lang/cpp/src/data.h b/lang/cpp/src/data.h index efb1e790..d5e54aaa 100644 --- a/lang/cpp/src/data.h +++ b/lang/cpp/src/data.h @@ -92,7 +92,9 @@ public: CMSEncrypted, CMSOther, X509Cert, - PKCS12 + PKCS12, + PGPEncrypted, + PGPSignature, }; Type type() const; -- cgit v1.2.3