diff options
author | Saturneric <[email protected]> | 2022-02-05 08:18:19 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-05 08:18:19 +0000 |
commit | b94d2eaf4b6c920f0d872f770ded5736687798a1 (patch) | |
tree | 4a662ba7e460cdc2db1af4c3067ad2c1ff60d56e /src/core/GpgConstants.cpp | |
parent | <fix, feat, chore>(ui, core, project): Replace file IO function (diff) | |
download | GpgFrontend-b94d2eaf4b6c920f0d872f770ded5736687798a1.tar.gz GpgFrontend-b94d2eaf4b6c920f0d872f770ded5736687798a1.zip |
<refactor>(ui, core, project): Move Key Package logic into core
Diffstat (limited to 'src/core/GpgConstants.cpp')
-rw-r--r-- | src/core/GpgConstants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgConstants.cpp b/src/core/GpgConstants.cpp index 838164d1..8617e2b9 100644 --- a/src/core/GpgConstants.cpp +++ b/src/core/GpgConstants.cpp @@ -47,7 +47,7 @@ const char* GpgFrontend::GpgConstants::PGP_SIGNATURE_BEGIN = const char* GpgFrontend::GpgConstants::PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----"; ///< const char* GpgFrontend::GpgConstants::PGP_PUBLIC_KEY_BEGIN = - "------BEGIN PGP PUBLIC KEY BLOCK-----"; ///< + "-----BEGIN PGP PUBLIC KEY BLOCK-----"; ///< const char* GpgFrontend::GpgConstants::PGP_PRIVATE_KEY_BEGIN = "-----BEGIN PGP PRIVATE KEY BLOCK-----"; ///< const char* GpgFrontend::GpgConstants::GPG_FRONTEND_SHORT_CRYPTO_HEAD = |