genode/repos/libports/lib/import/import-libssl.mk
Christian Helmuth f23e302475 Update OpenSSL to version 1.1.1i
Note, OpenSSL now comes as one combined depot archive *openssl* that
replaces the former *libssl* and *libcrypto* archives. The libraries are
still separate binaries for compatibility with legacy software.

Issue #3773
2021-02-23 12:07:16 +01:00

9 lines
222 B
Makefile

LIB_OPENSSL_DIR = $(call select_from_repositories,src/lib/openssl)
LIBS += libcrypto
ARCH = $(filter 32bit 64bit,$(SPECS))
INC_DIR += $(call select_from_ports,openssl)/include
INC_DIR += $(LIB_OPENSSL_DIR)/spec/$(ARCH)