1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Added missing changes to support SSL_EXPORTABLE_KEYS

This commit is contained in:
Bryan Roe
2019-09-17 09:25:10 -07:00
parent 5d2e5dab8b
commit 7f228d78fb

View File

@@ -375,6 +375,10 @@ ifeq ($(CRASH_HANDLER),0)
CFLAGS += -D_NOILIBSTACKDEBUG
endif
ifeq ($(SSL_EXPORTABLE_KEYS),0)
CFLAGS += -D_SSL_KEYS_EXPORTABLE
endif
GCCTEST := $(shell $(CC) meshcore/dummy.c -o /dev/null -no-pie > /dev/null 2>&1 ; echo $$? )
ifeq ($(GCCTEST),0)
LDFLAGS += -no-pie