mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Dec 23 17:12:24 CET 1998 Werner Koch
This commit is contained in:
parent
750d74333c
commit
1df0e1540d
18 changed files with 811 additions and 779 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Dec 23 17:12:24 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* md.c (md_copy): Reset debug.
|
||||
|
||||
Mon Dec 14 21:18:49 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* random.c (read_random_source): Changed the interface to the
|
||||
|
|
|
@ -256,6 +256,7 @@ md_copy( MD_HANDLE a )
|
|||
: m_alloc( sizeof *b );
|
||||
memcpy( b, a, sizeof *a );
|
||||
b->list = NULL;
|
||||
b->debug = NULL;
|
||||
/* and now copy the complete list of algorithms */
|
||||
/* I know that the copied list is reversed, but that doesn't matter */
|
||||
for( ar=a->list; ar; ar = ar->next ) {
|
||||
|
@ -270,7 +271,7 @@ md_copy( MD_HANDLE a )
|
|||
|
||||
|
||||
/****************
|
||||
* Reset all contexts and discard any buffered stuuf. This may be used
|
||||
* Reset all contexts and discard any buffered stuff. This may be used
|
||||
* instead of a md_close(); md_open().
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue