Browse Source

disable retrieval of certs from smartcard

Fabian Peter Hammerle 8 years ago
parent
commit
9468107f60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gpgsm.c

+ 1 - 1
src/gpgsm.c

@@ -124,7 +124,7 @@ scute_gpgsm_get_cert (char *grip, int no, cert_get_cb_t cert_get_cb, void *hook)
 
 
   /* If the key is from the card, we might get the certificate from
   /* If the key is from the card, we might get the certificate from
      the card as well.  */
      the card as well.  */
-  if (no >= 0)
+  if (false && no >= 0)
     {
     {
       struct cert cert;
       struct cert cert;