diff options
author | Brent Cook <bcook@openbsd.org> | 2016-05-02 22:46:25 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-05-02 22:47:45 -0500 |
commit | 00eb776ee955ecb4a888331c3533194adcdab4f9 (patch) | |
tree | c0c134de288dcc1053466f32473d16be8ed0ed3f | |
parent | 534ee348a9558917aacdaac901e7c630b61595a8 (diff) | |
download | portable-00eb776ee955ecb4a888331c3533194adcdab4f9.tar.gz portable-00eb776ee955ecb4a888331c3533194adcdab4f9.tar.bz2 portable-00eb776ee955ecb4a888331c3533194adcdab4f9.zip |
add constant_time_locl.h
-rw-r--r-- | crypto/Makefile.am | 2 |
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 | |||
3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 | 3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 |
4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | 4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp |
5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | ||
6 | 7 | ||
7 | lib_LTLIBRARIES = libcrypto.la | 8 | lib_LTLIBRARIES = libcrypto.la |
8 | 9 | ||
@@ -128,6 +129,7 @@ libcrypto_la_SOURCES += mem_dbg.c | |||
128 | libcrypto_la_SOURCES += o_init.c | 129 | libcrypto_la_SOURCES += o_init.c |
129 | libcrypto_la_SOURCES += o_str.c | 130 | libcrypto_la_SOURCES += o_str.c |
130 | libcrypto_la_SOURCES += o_time.c | 131 | libcrypto_la_SOURCES += o_time.c |
132 | noinst_HEADERS += constant_time_locl.h | ||
131 | noinst_HEADERS += cryptlib.h | 133 | noinst_HEADERS += cryptlib.h |
132 | noinst_HEADERS += md32_common.h | 134 | noinst_HEADERS += md32_common.h |
133 | noinst_HEADERS += o_time.h | 135 | noinst_HEADERS += o_time.h |