Make it compile. :-(
authorKarl-Heinz Zimmer <khz@kde.org>
Fri, 28 Jun 2002 19:40:13 +0000 (19:40 +0000)
committerKarl-Heinz Zimmer <khz@kde.org>
Fri, 28 Jun 2002 19:40:13 +0000 (19:40 +0000)
gpgmeplug/gpgmeplug.c

index fbaebaf31d6f03f6f36b5bae81e663033654f653..9fedff4b6e9926f41660bc3f24809869b76c0728 100644 (file)
@@ -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 );