2017-11-13 14:24:01 +00:00
|
|
|
MIRROR_FROM_REP_DIR := lib/import/import-libssl.mk \
|
|
|
|
lib/symbols/libssl
|
|
|
|
|
|
|
|
content: $(MIRROR_FROM_REP_DIR)
|
|
|
|
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
|
|
$(mirror_from_rep_dir)
|
|
|
|
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/openssl)
|
|
|
|
|
|
|
|
content: include
|
|
|
|
|
|
|
|
include:
|
|
|
|
mkdir $@
|
|
|
|
cp -r $(PORT_DIR)/include/* $@/
|
|
|
|
cp $(PORT_DIR)/include/openssl/e_os* $@/
|
2018-10-16 20:22:19 +00:00
|
|
|
cp -r $(PORT_DIR)/src/lib/openssl/crypto/o_time.h $@/
|
|
|
|
mkdir -p $@/crypto
|
|
|
|
cp -r $(PORT_DIR)/src/lib/openssl/crypto/constant_time_locl.h $@/crypto
|
2017-11-13 14:24:01 +00:00
|
|
|
|
|
|
|
content: LICENSE
|
|
|
|
|
|
|
|
LICENSE:
|
|
|
|
cp $(PORT_DIR)/src/lib/openssl/LICENSE $@
|