mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
First steps towards supporting W32.
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
This commit is contained in:
parent
c2b08ff908
commit
2c9791db55
116 changed files with 2722 additions and 5565 deletions
|
@ -2223,13 +2223,13 @@ do_sign (app_t app, const char *keyidstr, int hashalgo,
|
|||
else if (indatalen == (15 + 20) && hashalgo == GCRY_MD_SHA1
|
||||
&& !memcmp (indata, sha1_prefix, 15))
|
||||
{
|
||||
indata += 15;
|
||||
indata = (const char*)indata + 15;
|
||||
indatalen -= 15;
|
||||
}
|
||||
else if (indatalen == (15 + 20) && hashalgo == GCRY_MD_RMD160
|
||||
&& !memcmp (indata, rmd160_prefix, 15))
|
||||
{
|
||||
indata += 15;
|
||||
indata = (const char*)indata + 15;
|
||||
indatalen -= 15;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue