Add comments

[no-build]
This commit is contained in:
Ilia Ross
2026-05-11 21:16:26 +02:00
parent 1645cadc91
commit 9dccd2cdce

View File

@@ -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) = @_;