return 0;
}
-/* // // // // // // // // // // // // // // // // // // // // // // // // //
+ // // // // // // // // // // // // // // // // // // // // // // // // //
// //
// Continuation of CryptPlug code //
// //
-// // // // // // // // // // // // // // // // // // // // // // // // //*/
+// // // // // // // // // // // // // // // // // // // // // // // // //
/*
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 = " (";
dn = NULL;
FPRs[nFound ] = xstrdup( s2 );
++nFound;
- if( nFound >= maxCerts ) {
+ if( nFound >= MAXCERTS ) {
fprintf( stderr,
"gpgme: findCertificates found too many certificates (%d)\n",
MAXCERTS );