From 9ee6d97c2883d42f204a533a8bc1f4562df778fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Sep 2020 09:32:48 +0100 Subject: gentoo resync : 16.09.2020 --- app-crypt/gnupg/files/gnupg-2.2.22-card-status.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app-crypt/gnupg/files/gnupg-2.2.22-card-status.patch (limited to 'app-crypt/gnupg/files') diff --git a/app-crypt/gnupg/files/gnupg-2.2.22-card-status.patch b/app-crypt/gnupg/files/gnupg-2.2.22-card-status.patch deleted file mode 100644 index 1a01e5ddbc56..000000000000 --- a/app-crypt/gnupg/files/gnupg-2.2.22-card-status.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c -index 8a1d30d5b..ccc360fc8 100644 ---- a/scd/app-openpgp.c -+++ b/scd/app-openpgp.c -@@ -2357,10 +2357,15 @@ verify_chv2 (app_t app, - int rc; - char *pinvalue; - int pinlen; -+ int i; - - if (app->did_chv2) - return 0; /* We already verified CHV2. */ - -+ /* Make sure we have load the public keys. */ -+ for (i = 0; i < 3; i++) -+ get_public_key (app, i); -+ - if (app->app_local->pk[1].key || app->app_local->pk[2].key) - { - rc = verify_a_chv (app, pincb, pincb_arg, 2, 0, &pinvalue, &pinlen); -- cgit v1.2.3