Skip to content

Commit

Permalink
Remove unused privateKeySizeLimit.
Browse files Browse the repository at this point in the history
  • Loading branch information
slewsys committed Jan 4, 2024
1 parent 8b0965e commit d810639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion age/keysource.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
)

const (
privateKeySizeLimit = 1 << 24 // 16 MiB
// SopsAgeKeyEnv can be set as an environment variable with a string list
// of age keys as value.
SopsAgeKeyEnv = "SOPS_AGE_KEY"
Expand Down

0 comments on commit d810639

Please sign in to comment.