diff --git a/webmin/gnupg-lib.pl b/webmin/gnupg-lib.pl index c30613d12..7cd14ba58 100755 --- a/webmin/gnupg-lib.pl +++ b/webmin/gnupg-lib.pl @@ -136,6 +136,9 @@ chomp($pass); return $pass; } +# get_passphrase_file(&key) +# Returns the stored passphrase file for a key, falling back through full +# fingerprint, long and short key IDs, and the old generic passphrase file. sub get_passphrase_file { my ($key) = @_;