commit | 977d89ab294f2d125653481713d6ca03b0e0aa81 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Thu Oct 25 12:47:03 2018 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 894f20aaf59ac443b873d5e51f32d0247487a129 | |
parent | 02b80488461f13c35fa258e33d0cbff9b6717329 [diff] |
ECDH: Include Everest Curve25519 in build scripts
diff --git a/programs/Makefile b/programs/Makefile index 857be78..f094877 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -18,6 +18,8 @@ LOCAL_CFLAGS += -I../crypto/include LOCAL_CXXFLAGS += -I../crypto/include +LOCAL_CFLAGS+=-I../3rdparty/everest/include + ifndef SHARED DEP=../crypto/library/libmbedcrypto.a ../library/libmbedx509.a ../library/libmbedtls.a else