mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
some more internall structure changes
This commit is contained in:
parent
6e1ca6b80f
commit
e6ac5acbbf
39 changed files with 814 additions and 400 deletions
|
@ -10,7 +10,7 @@ for i in $plain_files $data_files ; do
|
|||
cmp $i y || error "$i: mismatch"
|
||||
done
|
||||
|
||||
for da in rmd160 sha1 md5; do
|
||||
for da in ripemd160 sha1 md5; do
|
||||
for i in $plain_files; do
|
||||
./run-gpg $dsa_keyrings -se -o x --yes --digest-algo $da \
|
||||
-u "$dsa_usrname1" -r "$dsa_usrname2" $i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue