Change to build against OpenSSL 1.1.0b

Critical CVE in 1.1.0a, upgrade immediately.
This commit is contained in:
Johannes Bauer 2016-09-27 21:18:25 +02:00
parent 13bbc2e565
commit 8f2dabc053
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
all: luksrku luksrku-config
INSTALL_PREFIX := /usr/local/
OPENSSL_DIR := `pwd`/openssl-1.1.0a/
OPENSSL_DIR := `pwd`/openssl-1.1.0b/
#OPENSSL_DIR := /home/joe/openssl/
#LIBDIR := /usr/lib/x86_64-linux-gnu/
LIBDIR := $(OPENSSL_DIR)

View File

@ -2,7 +2,7 @@
#
#
VERSION="1.1.0a"
VERSION="1.1.0b"
URL="https://www.openssl.org/source/openssl-${VERSION}.tar.gz"
LOCAL_TARGZ="openssl-${VERSION}.tar.gz"
LOCAL_DIR="openssl-${VERSION}"