1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-01-09 17:59:58 +00:00
parent 002b1a8632
commit 11c378119d
23 changed files with 3487 additions and 1684 deletions

View file

@ -29,6 +29,7 @@
#include "iobuf.h"
#include "memory.h"
#include "util.h"
#include "iobuf.h"
#include "filter.h"
#include "packet.h"
#include "options.h"
@ -373,8 +374,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
{
int rc = 0;
int i;
size_t n;
unsigned emplines;
byte *line;
unsigned len;
unsigned maxlen;

View file

@ -32,6 +32,7 @@
#include "filter.h"
#include "packet.h"
#include "options.h"
#include "main.h"
#define MIN_PARTIAL_SIZE 512

View file

@ -225,7 +225,6 @@ getkey_disable_caches()
#if MAX_PK_CACHE_ENTRIES
{
pk_cache_entry_t ce, ce2;
u32 keyid[2];
for( ce = pk_cache; ce; ce = ce2 ) {
ce2 = ce->next;

View file

@ -922,7 +922,7 @@ parse_sig_subpkt( const byte *buffer, sigsubpkttype_t reqtype, size_t *ret_n )
buffer += n; buflen -=n;
}
if( reqtype == SIGSUBPKT_TEST_CRITICAL )
return buffer; /* as value true to indicate that there is no
return buffer; /* as value true to indicate that there is no */
/* critical bit we don't understand */
return NULL; /* end of packets; not found */

View file

@ -1749,7 +1749,7 @@ enum_cert_paths( void **context, ulong *lid,
/****************
* Print the current path
*/
int
void
enum_cert_paths_print( void **context, FILE *fp,
int refresh, ulong selected_lid )
{

View file

@ -53,7 +53,7 @@ int check_trust( PKT_public_key *pk, unsigned *r_trustlevel );
int query_trust_info( PKT_public_key *pk );
int enum_cert_paths( void **context, ulong *lid,
unsigned *ownertrust, unsigned *validity );
int enum_cert_paths_print( void **context, FILE *fp,
void enum_cert_paths_print( void **context, FILE *fp,
int refresh, ulong selected_lid );
unsigned get_ownertrust( ulong lid );
int get_ownertrust_info( ulong lid );