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-02 22:46:25 -0500
commit9092f359572b7c4efde31c8149fa11eb618e4a70 (patch)
tree646efdddd9b80a47cdc22bba98c95b8f33a8a612
parent92902f7040479ec62418b2693bac2fb61d49e919 (diff)
downloadportable-9092f359572b7c4efde31c8149fa11eb618e4a70.tar.gz
portable-9092f359572b7c4efde31c8149fa11eb618e4a70.tar.bz2
portable-9092f359572b7c4efde31c8149fa11eb618e4a70.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 e1ced3c..1ce7453 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
@@ -119,6 +120,7 @@ libcrypto_la_SOURCES += mem_dbg.c
119libcrypto_la_SOURCES += o_init.c 120libcrypto_la_SOURCES += o_init.c
120libcrypto_la_SOURCES += o_str.c 121libcrypto_la_SOURCES += o_str.c
121libcrypto_la_SOURCES += o_time.c 122libcrypto_la_SOURCES += o_time.c
123noinst_HEADERS += constant_time_locl.h
122noinst_HEADERS += cryptlib.h 124noinst_HEADERS += cryptlib.h
123noinst_HEADERS += md32_common.h 125noinst_HEADERS += md32_common.h
124noinst_HEADERS += o_time.h 126noinst_HEADERS += o_time.h