summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2014-08-28 15:33:34 +0200
committerEmilia Kasper <emilia@openssl.org>2014-08-28 17:07:07 +0200
commite7169a5835390d20057de8a19785982bd6a9b8c8 (patch)
treefadc99f43fe3c886cea49bbc6024b3aea019cec9 /crypto/Makefile
parentabc2dfbcc3f2f03c4870ec95a9c48423c6745b81 (diff)
Constant-time utilities
Pull constant-time methods out to a separate header, add tests. Reviewed-by: Bodo Moeller <bodo@openssl.org> (cherry picked from commit 9a9b0c0401cae443f115ff19921d347b20aa396b) Conflicts: test/Makefile
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index a90809b2b8..27b642be57 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -31,6 +31,7 @@ CPUID_OBJ=mem_clr.o
LIBS=
GENERAL=Makefile README crypto-lib.com install.com
+TEST=constant_time_test.c
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)