diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2024-04-02 17:50:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 17:50:57 +0200 |
commit | eb505b128c7b9b2459f2a5d20b5740017125178b (patch) | |
tree | 9e7cd3a58877415edc8941196925e87cc835bbb9 /README.md | |
parent | 944c76e78423405a33450eb3d07cd2b772f4a81c (diff) | |
download | gitea-eb505b128c7b9b2459f2a5d20b5740017125178b.tar.gz gitea-eb505b128c7b9b2459f2a5d20b5740017125178b.zip |
Fix missing 0 prefix of GPG key id (#30245)
Fixes #30235
If the key id "front" byte has a single digit, `%X` is missing the 0
prefix.
` 38D1A3EADDBEA9C` instead of
`038D1A3EADDBEA9C`
When using the `IssuerFingerprint` slice `%X` is enough but I changed it
to `%016X` too to be consistent.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions