summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-08 08:53:12 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-08 08:53:12 -0600
commit7ca059d80aae996ff3031aca15241a55e255a0f5 (patch)
tree5b7ca64156469d2ba4f89d1de00871d75ca4626f /pith/smime.c
parent4f13a7bcddc60430203fd545a3c584b3e9fc27aa (diff)
downloadalpine-7ca059d80aae996ff3031aca15241a55e255a0f5.tar.xz
* Clear out some warnings given by gcc 10.
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pith/smime.c b/pith/smime.c
index 72801cd6..16d72990 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -2768,7 +2768,6 @@ smime_extract_and_save_cert(PKCS7 *p7)
X509 *x, *cert;
char **email;
int i, j, rv, already_saved;
- long error;
/* any signers for this message? */
if((signers = PKCS7_get0_signers(p7, NULL, 0)) == NULL)
@@ -3263,7 +3262,6 @@ decrypt_file(char *fp, int *rv, PERSONAL_CERT *pc)
PKCS7 *p7 = NULL;
char *text, *tmp;
BIO *in = NULL, *out = NULL;
- int i, j;
long unsigned int len;
void *ret;