aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rfc2015.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rfc2015.c b/src/rfc2015.c
index 43af6144..21d48f9b 100644
--- a/src/rfc2015.c
+++ b/src/rfc2015.c
@@ -258,6 +258,7 @@ static void check_signature(MimeInfo *mimeinfo, MimeInfo *partinfo, FILE *fp)
goto leave;
}
+#if 0
if (partinfo->encoding_type == ENC_BASE64) {
err = gpgme_data_set_encoding(sig, GPGME_DATA_ENCODING_BASE64);
if (err) {
@@ -266,6 +267,7 @@ static void check_signature(MimeInfo *mimeinfo, MimeInfo *partinfo, FILE *fp)
goto leave;
}
}
+#endif
err = gpgme_op_verify(ctx, sig, text, NULL);
if (err) {