1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-05-06 12:26:10 +00:00
parent e5a79b2da8
commit 7cb8838061
27 changed files with 4036 additions and 3151 deletions

View file

@ -60,7 +60,7 @@ chdir () {
have_hash_algo () {
if ../g10/gpgm --homedir . --version | grep "Hash:.*$1" >/dev/null
if ../g10/gpg --homedir . --version | grep "Hash:.*$1" >/dev/null
then
true
else