diff options
Diffstat (limited to '')
-rw-r--r-- | lang/cpp/src/data.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |