aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgConstants.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-05 08:18:19 +0000
committerSaturneric <[email protected]>2022-02-05 08:18:19 +0000
commitb94d2eaf4b6c920f0d872f770ded5736687798a1 (patch)
tree4a662ba7e460cdc2db1af4c3067ad2c1ff60d56e /src/core/GpgConstants.cpp
parent<fix, feat, chore>(ui, core, project): Replace file IO function (diff)
downloadGpgFrontend-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.cpp2
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 =