Skip to content

Commit

Permalink
libssl: fix sevpn dependence
Browse files Browse the repository at this point in the history
fix #178
  • Loading branch information
hanwckf committed Nov 25, 2019
1 parent db934b2 commit 2999f6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions trunk/libs/libssl/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=openssl-1.0.2t
SRC_URL=https://www.openssl.org/source/$(SRC_NAME).tar.gz
SRC_URL=https://www.openssl.org/source/$(SRC_NAME).tar.gz

# openssl use CROSS_COMPILE prefix
CC=gcc $(CPUFLAGS)
Expand All @@ -20,7 +20,7 @@ OPENSSL_CIPHERS = no-capieng no-cms no-gmp no-jpake no-rfc3779 no-seed \
ifdef CONFIG_CRYPTO_DEV_LINUX
COPTS+=-DHAVE_CRYPTODEV
else
OPENSSL_CIPHERS += no-engine no-hw
OPENSSL_CIPHERS += no-hw
endif

ifneq ($(CONFIG_FIRMWARE_INCLUDE_SSWAN),y)
Expand All @@ -32,7 +32,6 @@ OPENSSL_CIPHERS += no-ec
endif

all: download_test extract_test config_test
#all: config_test
$(MAKE) -C $(SRC_NAME) depend
$(MAKE) -C $(SRC_NAME)

Expand Down

0 comments on commit 2999f6f

Please sign in to comment.