summaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-12-18 22:18:00 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-12-19 22:34:39 +0000
commit5356eba6ca31c881032c028f4797a0b1ede28bae (patch)
tree15681daab03c3c665c08911ce190f1f758ee837f /src/ext/include.am
parent18685df031b4d5c0f1f0b20394d3d7f64d155cb4 (diff)
downloadtor-5356eba6ca31c881032c028f4797a0b1ede28bae.tar.gz
tor-5356eba6ca31c881032c028f4797a0b1ede28bae.zip
Use tor specific headers and memwipe() instead of memset_s(), and build.
This is where things get tor specific. It's just replacing stdint.h and memset_s with the tor compat code so going back is trivial...
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index 47d4c03d0b..b8e59ff3ad 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -135,3 +135,14 @@ noinst_HEADERS += $(ED25519_DONNA_HDRS)
LIBED25519_DONNA=src/ext/ed25519/donna/libed25519_donna.a
noinst_LIBRARIES += $(LIBED25519_DONNA)
+src_ext_keccak_tiny_libkeccak_tiny_a_CFLAGS=
+
+src_ext_keccak_tiny_libkeccak_tiny_a_SOURCES= \
+ src/ext/keccak-tiny/keccak-tiny-unrolled.c
+
+LIBKECCAK_TINY_HDRS = \
+ src/ext/keccak-tiny/keccak-tiny.h
+
+LIBKECCAK_TINY=src/ext/keccak-tiny/libkeccak-tiny.a
+noinst_LIBRARIES += $(LIBKECCAK_TINY)
+