commit | cd5380abd566bff5e141b4b2d88cf9af67471a11 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Thu Oct 25 12:47:03 2018 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Fri Aug 23 09:57:02 2019 +0100 |
tree | 77f623691fae02e6589a323029a4745159a170c8 | |
parent | 20788e584df428275d88b2867740ffc85b9ff649 [diff] [blame] |
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