summaryrefslogtreecommitdiff
path: root/fitz/crypt_pkcs7.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-12 13:34:34 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-12 16:04:07 +0200
commit5876fcf4fcecd06af6c6fe2ec90f94fbfeda0263 (patch)
tree5ab8e054a6bb2b51c04c7db55750f12dd50cc67c /fitz/crypt_pkcs7.c
parent8b3bfb0a08896c14a405dd91f86a998a602045a2 (diff)
downloadmupdf-5876fcf4fcecd06af6c6fe2ec90f94fbfeda0263.tar.xz
Clean up whitespace errors.
Diffstat (limited to 'fitz/crypt_pkcs7.c')
-rw-r--r--fitz/crypt_pkcs7.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fitz/crypt_pkcs7.c b/fitz/crypt_pkcs7.c
index da50c913..4763e886 100644
--- a/fitz/crypt_pkcs7.c
+++ b/fitz/crypt_pkcs7.c
@@ -104,7 +104,6 @@ static long bsegs_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
return BIO_callback_ctrl(b->next_bio, cmd, fp);
}
-
static BIO_METHOD methods_bsegs =
{
0,"segment reader",
@@ -131,7 +130,6 @@ static void BIO_set_segments(BIO *b, int (*seg)[2], int nsegs)
ctx->nsegs = nsegs;
}
-
typedef struct verify_context_s
{
X509_STORE_CTX x509_ctx;
@@ -259,7 +257,6 @@ exit:
return res;
}
-
static unsigned char adobe_ca[] =
{
#include "../generated/adobe_ca.h"