diff options
Diffstat (limited to 'src/ext/include.am')
-rw-r--r-- | src/ext/include.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index 8b646b1b4e..f7dc9fe59a 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -1,6 +1,11 @@ AM_CPPFLAGS += -I$(srcdir)/src/ext -Isrc/ext +# TODO: put this with other equix/hashx ext defs when those happen, +# and also add it to the autoconf config header. For now this is here +# just for test_crypto's benefit. +AM_CPPFLAGS += -DHASHX_SIZE=8 + EXTRA_DIST += src/ext/ext.md EXTHEADERS = \ |