From: Karl-Heinz Zimmer Date: Fri, 28 Jun 2002 19:40:13 +0000 (+0000) Subject: Make it compile. :-( X-Git-Tag: gpgme-1.2.0@1385~907 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0295e2a84d902a9f5898e9198728ae8f54b92c6a;p=gpgme.git Make it compile. :-( --- diff --git a/trunk/gpgmeplug/gpgmeplug.c b/trunk/gpgmeplug/gpgmeplug.c index fbaebaf..9fedff4 100644 --- a/trunk/gpgmeplug/gpgmeplug.c +++ b/trunk/gpgmeplug/gpgmeplug.c @@ -2279,11 +2279,11 @@ importCertificate( const char* fingerprint ) return 0; } -/* // // // // // // // // // // // // // // // // // // // // // // // // // + // // // // // // // // // // // // // // // // // // // // // // // // // // // // Continuation of CryptPlug code // // // -// // // // // // // // // // // // // // // // // // // // // // // // //*/ +// // // // // // // // // // // // // // // // // // // // // // // // // /* @@ -2299,7 +2299,7 @@ bool findCertificates( const char* addressee, int* newSize, bool secretOnly ) { -#define MAXCERTS 1024; +#define MAXCERTS 1024 /* use const char declarations since all of them are needed twice */ const char* delimiter = "\1"; const char* openBracket = " ("; @@ -2356,7 +2356,7 @@ bool findCertificates( const char* addressee, dn = NULL; FPRs[nFound ] = xstrdup( s2 ); ++nFound; - if( nFound >= maxCerts ) { + if( nFound >= MAXCERTS ) { fprintf( stderr, "gpgme: findCertificates found too many certificates (%d)\n", MAXCERTS );