summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-11-16 01:40:34 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-11-17 01:19:11 +0800
commit276d97cb194f4ed4cacfa44a3b6fba2c3c5cb84a (patch)
treec95871724d3f1385eceb9147c90f608107816d24 /Makethird
parent207b2a0fa3943bfb8d8c35e4202d2ef10e782bcb (diff)
downloadmupdf-276d97cb194f4ed4cacfa44a3b6fba2c3c5cb84a.tar.xz
Rename openssl flags to libcrypto.
Only libcrypto is used to do checking of digital signatures. The SSL library openssl is never used.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makethird b/Makethird
index 34595623..d4c8dc3a 100644
--- a/Makethird
+++ b/Makethird
@@ -766,7 +766,7 @@ endif
# --- OpenSSL ---
-ifeq "$(HAVE_OPENSSL)" "yes"
-OPENSSL_CFLAGS := $(SYS_OPENSSL_CFLAGS)
-OPENSSL_LIBS := $(SYS_OPENSSL_LIBS)
+ifeq "$(HAVE_LIBCRYPTO)" "yes"
+LIBCRYPTO_CFLAGS := $(SYS_LIBCRYPTO_CFLAGS)
+LIBCRYPTO_LIBS := $(SYS_LIBCRYPTO_LIBS)
endif