f: typo fix

This commit is contained in:
AJ ONeal 2022-06-05 03:48:12 -06:00
父節點 975e6bab3e
當前提交 2e13cda6dd
簽署人: coolaj86
GPG 金鑰 ID: 585419CA6DB0AA23

查看文件

@ -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]