mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch
This commit is contained in:
parent
a16e15282a
commit
9a4f506a18
60 changed files with 2006 additions and 1340 deletions
|
@ -66,6 +66,7 @@ typedef struct {
|
|||
int seq1;
|
||||
int seq2;
|
||||
void *sym;
|
||||
int reqalgo;
|
||||
} ENUMCONTEXT;
|
||||
|
||||
|
||||
|
@ -323,6 +324,7 @@ enum_gnupgext_digests( void **enum_context,
|
|||
if( !*enum_context ) { /* init context */
|
||||
ctx = m_alloc_clear( sizeof( *ctx ) );
|
||||
ctx->r = extensions;
|
||||
ctx->reqalgo = *algo;
|
||||
*enum_context = ctx;
|
||||
}
|
||||
else if( !algo ) { /* release the context */
|
||||
|
@ -333,6 +335,7 @@ enum_gnupgext_digests( void **enum_context,
|
|||
else
|
||||
ctx = *enum_context;
|
||||
|
||||
/* fixme: have a look at the hint string */
|
||||
for( r = ctx->r; r; r = r->next ) {
|
||||
int class, vers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue