summaryrefslogtreecommitdiff
path: root/ecp/src/ecp/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/src/ecp/crypto/Makefile')
-rw-r--r--ecp/src/ecp/crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/src/ecp/crypto/Makefile b/ecp/src/ecp/crypto/Makefile
index b1d2996..3a50965 100644
--- a/ecp/src/ecp/crypto/Makefile
+++ b/ecp/src/ecp/crypto/Makefile
@@ -1,5 +1,5 @@
include ../common.mk
-ssl_dir = ../../../ext/libressl
+ssl_dir = ../../../../ext/libressl
CFLAGS += -I$(ssl_dir)/include
MAKEFLAGS += -I$(pwd)/..