mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix for bug 537
This commit is contained in:
parent
807cb227d1
commit
4b48bcacc9
111 changed files with 3111 additions and 2145 deletions
|
@ -142,7 +142,7 @@ cipher_filter( void *opaque, int control,
|
|||
byte temp[22];
|
||||
|
||||
assert( hashlen == 20 );
|
||||
/* we must hash the prefix of the MDC packet here */
|
||||
/* We must hash the prefix of the MDC packet here. */
|
||||
temp[0] = 0xd3;
|
||||
temp[1] = 0x14;
|
||||
gcry_md_putc (cfx->mdc_hash, temp[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue