revoce the previous commit, this was done erroneously
This commit is contained in:
parent
ff28fd3b54
commit
d27e6506b1
@ -452,6 +452,8 @@ bool signatureCertificateExpiryNearWarning( void )
|
||||
|
||||
int signatureCertificateDaysLeftToExpiry( const char* certificate )
|
||||
{
|
||||
// pending (khz): make this work!
|
||||
/*
|
||||
GpgmeCtx ctx;
|
||||
GpgmeError err;
|
||||
GpgmeKey rKey;
|
||||
@ -477,6 +479,8 @@ int signatureCertificateDaysLeftToExpiry( const char* certificate )
|
||||
gpgme_release( ctx );
|
||||
|
||||
return daysLeft;
|
||||
*/
|
||||
return 10;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user