aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-05-02 22:46:25 -0500
committerBrent Cook <bcook@openbsd.org>2016-05-04 08:47:55 -0500
commit40974784c0a87b7cbf88d62b972584eff1430cdc (patch)
tree9b0b66586c9ea3f0d839ac5fcaba457ddd7413d9
parent552817b77f8dca7332d29af4b7a7bc0a08ec9a7a (diff)
downloadportable-40974784c0a87b7cbf88d62b972584eff1430cdc.tar.gz
portable-40974784c0a87b7cbf88d62b972584eff1430cdc.tar.bz2
portable-40974784c0a87b7cbf88d62b972584eff1430cdc.zip
add constant_time_locl.h
-rw-r--r--crypto/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index b7f4891..f60fe57 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.am.common
3AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 3AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
4AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp 4AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
5AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes 5AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
6AM_CPPFLAGS += -I$(top_srcdir)/crypto
6 7
7lib_LTLIBRARIES = libcrypto.la 8lib_LTLIBRARIES = libcrypto.la
8 9
@@ -128,6 +129,7 @@ libcrypto_la_SOURCES += mem_dbg.c
128libcrypto_la_SOURCES += o_init.c 129libcrypto_la_SOURCES += o_init.c
129libcrypto_la_SOURCES += o_str.c 130libcrypto_la_SOURCES += o_str.c
130libcrypto_la_SOURCES += o_time.c 131libcrypto_la_SOURCES += o_time.c
132noinst_HEADERS += constant_time_locl.h
131noinst_HEADERS += cryptlib.h 133noinst_HEADERS += cryptlib.h
132noinst_HEADERS += md32_common.h 134noinst_HEADERS += md32_common.h
133noinst_HEADERS += o_time.h 135noinst_HEADERS += o_time.h