f: typo fix

This commit is contained in:
AJ ONeal 2022-06-05 03:48:12 -06:00
parent 975e6bab3e
commit 2e13cda6dd
Signed by: coolaj86
GPG Key ID: 585419CA6DB0AA23
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ func (s *PGStore) Get(id string) (*Authorization, error) {
`
// if the id is actually the secret, we want the public form
// (we do this to protect against a timing attack)
kid := id
pubby := ToPublicKeyString(id)
if len(id) > 24 {
id = id[:24]