mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner Koch
This commit is contained in:
parent
881e513237
commit
37f3c09edb
17 changed files with 67 additions and 60 deletions
|
@ -326,7 +326,7 @@ md_enable( GCRY_MD_HD hd, int algo )
|
|||
- sizeof(r->context) )
|
||||
: g10_malloc( sizeof *ac + r->contextsize
|
||||
- sizeof(r->context) );
|
||||
if( !rc )
|
||||
if( !ac )
|
||||
return set_lasterr( GCRYERR_NO_MEM );
|
||||
|
||||
*ac = *r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue