* ring-a-party: ElGamal -> Elgamal

This commit is contained in:
David Shaw 2004-07-04 21:17:29 +00:00
parent 0989ce2ea5
commit d60d73a53b
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-07-04 David Shaw <dshaw@jabberwocky.com>
* ring-a-party: ElGamal -> Elgamal
2004-01-11 David Shaw <dshaw@jabberwocky.com>
* convert-from-106, lspgpot: Check for gpg binary before

View File

@ -33,7 +33,7 @@ gpg --dry-run --with-fingerprint --with-colons $keyring \
| gawk -v "KEYRING=$hdrline" '
BEGIN { FS=":"
algos[1] = "RSA";
algos[16] = "ElGamal";
algos[16] = "Elgamal";
algos[17] = "DSA";
any = 0;
lines = -1;
@ -112,7 +112,3 @@ function printfpr20( s )
}
' | tee a.pub | gpg --print-mds