revoce the previous commit, this was done erroneously

This commit is contained in:
Karl-Heinz Zimmer 2002-05-08 12:14:13 +00:00
parent ff28fd3b54
commit d27e6506b1

View File

@ -452,6 +452,8 @@ bool signatureCertificateExpiryNearWarning( void )
int signatureCertificateDaysLeftToExpiry( const char* certificate ) int signatureCertificateDaysLeftToExpiry( const char* certificate )
{ {
// pending (khz): make this work!
/*
GpgmeCtx ctx; GpgmeCtx ctx;
GpgmeError err; GpgmeError err;
GpgmeKey rKey; GpgmeKey rKey;
@ -477,6 +479,8 @@ int signatureCertificateDaysLeftToExpiry( const char* certificate )
gpgme_release( ctx ); gpgme_release( ctx );
return daysLeft; return daysLeft;
*/
return 10;
} }