diff options
Diffstat (limited to 'src/gpg/GpgConstants.h')
-rw-r--r-- | src/gpg/GpgConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpg/GpgConstants.h b/src/gpg/GpgConstants.h index e8b64694..d2f9b0b6 100644 --- a/src/gpg/GpgConstants.h +++ b/src/gpg/GpgConstants.h @@ -99,6 +99,8 @@ class GpgConstants { static const char* PGP_SIGNED_END; static const char* PGP_SIGNATURE_BEGIN; static const char* PGP_SIGNATURE_END; + static const char* PGP_PUBLIC_KEY_BEGIN; + static const char* PGP_PRIVATE_KEY_BEGIN; static const char* GPG_FRONTEND_SHORT_CRYPTO_HEAD; }; |