summaryrefslogtreecommitdiff
path: root/source/helpers
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-10-22 19:39:32 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 18:46:01 +0200
commit2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch)
tree6745a15f6389de3635d17ffb1495b7de1a4aed25 /source/helpers
parent17e5b245e8f0da3287097684f81d470cec8de991 (diff)
downloadmupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz
Remove extra blank lines.
Diffstat (limited to 'source/helpers')
-rw-r--r--source/helpers/pkcs7/pkcs7-check.c1
-rw-r--r--source/helpers/pkcs7/pkcs7-openssl.c1
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)
;