Skip to content

Commit f6d9340

Browse files
committed
Revert "Fixing #91"
This reverts commit 97f9584.
1 parent 4c98290 commit f6d9340

File tree

96 files changed

+4
-12094
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4
-12094
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
1212
LabelNumerals = "2e475f56-4567-5c41-94ff-3f69a29378f9"
1313
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
15-
OpenSSL_jll = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
1615
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1716
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1817
Rectangle = "9a9db56c-8f71-5460-add5-cb450131785e"
1918
RomanNumerals = "37834d88-8936-577c-80c9-1066ecf66832"
20-
Zlib_jll = "83775a58-1f1d-513f-b197-d71354ab007a"
2119

2220
[compat]
2321
AbstractTrees = "0.2.1"

data/certs/cacerts.pem

Lines changed: 0 additions & 97 deletions
This file was deleted.

src/Inflate.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const Z_BUF_ERROR = -5
4646
const Z_VERSION_ERROR = -6
4747

4848
@static if Base.VERSION > v"1.3-" && !(Sys.iswindows() && Sys.WORD_SIZE == 32)
49+
using Pkg
50+
Pkg.add("Zlib_jll")
4951
using Zlib_jll: libz
5052
else
5153
isfile(joinpath(dirname(@__FILE__),"..","deps","deps.jl")) ||

src/LibCrypto.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@static if Base.VERSION > v"1.3-" && !(Sys.iswindows() && Sys.WORD_SIZE == 32)
2+
using Pkg
3+
Pkg.add("OpenSSL_jll")
24
using OpenSSL_jll: libcrypto
35
else
46
isfile(joinpath(dirname(@__FILE__), "..", "deps", "deps.jl")) ||
-402 KB
Binary file not shown.
-40.1 KB
Binary file not shown.
-1.17 MB
Binary file not shown.
Binary file not shown.
-213 KB
Binary file not shown.
-213 KB
Binary file not shown.
-213 KB
Binary file not shown.
-213 KB
Binary file not shown.
-213 KB
Binary file not shown.
-286 KB
Binary file not shown.
-249 KB
Binary file not shown.
-182 KB
Binary file not shown.
-56.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

test/PDFTest-0.0.8/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/PDFTest-0.0.8/certs/CA.crt

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/PDFTest-0.0.8/certs/doc-crypt.crt

Lines changed: 0 additions & 22 deletions
This file was deleted.
-2.56 KB
Binary file not shown.
-15.4 KB
Binary file not shown.
-23.9 KB
Binary file not shown.
-26.7 KB
Binary file not shown.
-23.9 KB
Binary file not shown.
Binary file not shown.
-28.9 KB
Binary file not shown.
-15.2 KB
Binary file not shown.
-15.3 KB
Binary file not shown.
-15.7 KB
Binary file not shown.
-23.6 KB
Binary file not shown.

test/PDFTest-0.0.8/encrypt/dt.pdf

-15.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

test/PDFTest-0.0.8/files/00007.pdf

-467 KB
Binary file not shown.

test/PDFTest-0.0.8/files/1.pdf

-18.7 KB
Binary file not shown.
-300 KB
Binary file not shown.

test/PDFTest-0.0.8/files/16.cmap

Lines changed: 0 additions & 51 deletions
This file was deleted.

test/PDFTest-0.0.8/files/1_noinfo.pdf

-18.3 KB
Binary file not shown.

test/PDFTest-0.0.8/files/8.cmap

Lines changed: 0 additions & 43 deletions
This file was deleted.

test/PDFTest-0.0.8/files/A1947-14.pdf

-490 KB
Binary file not shown.

test/PDFTest-0.0.8/files/A1947-15.pdf

-212 KB
Binary file not shown.
-1.09 MB
Binary file not shown.
-3.43 MB
Binary file not shown.
-77.1 KB
Binary file not shown.
Binary file not shown.

test/PDFTest-0.0.8/files/outline.pdf

-80.4 KB
Binary file not shown.

test/PDFTest-0.0.8/files/page5.txt

Lines changed: 0 additions & 65 deletions
This file was deleted.

test/PDFTest-0.0.8/files/pdf-17.pdf

-7.54 KB
Binary file not shown.
Binary file not shown.
-7.76 KB
Binary file not shown.
-20.7 KB
Binary file not shown.

test/PDFTest-0.0.8/files/spec-2.pdf

-770 Bytes
Binary file not shown.

test/PDFTest-0.0.8/files/spec-2c.pdf

-1.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)