diff options
Diffstat (limited to 'source/helpers')
-rw-r--r-- | source/helpers/pkcs7/pkcs7-check.c | 1 | ||||
-rw-r--r-- | source/helpers/pkcs7/pkcs7-openssl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source/helpers/pkcs7/pkcs7-check.c b/source/helpers/pkcs7/pkcs7-check.c index 225ec385..dbe36944 100644 --- a/source/helpers/pkcs7/pkcs7-check.c +++ b/source/helpers/pkcs7/pkcs7-check.c @@ -7,7 +7,6 @@ #include "mupdf/helpers/pkcs7-openssl.h" #include <string.h> - static void pdf_format_designated_name(pdf_pkcs7_designated_name *name, char *buf, int buflen) { int i, n; diff --git a/source/helpers/pkcs7/pkcs7-openssl.c b/source/helpers/pkcs7/pkcs7-openssl.c index 58dbf65f..eb7de132 100644 --- a/source/helpers/pkcs7/pkcs7-openssl.c +++ b/source/helpers/pkcs7/pkcs7-openssl.c @@ -268,7 +268,6 @@ static enum pdf_signature_error pk7_verify_sig(PKCS7 *p7, BIO *detached) if (!p7bio) goto exit; - /* We now have to 'read' from p7bio to calculate digests etc. */ while (BIO_read(p7bio, readbuf, sizeof(readbuf)) > 0) ; |