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 15:48:45 +0200
commit5a3d21c0585064292bde5cd34089e120487ab687 (patch)
tree5b0891b45fe5d81aa86fc35fd8e3d14193bb5df1 /crypto/Makefile
parentf9fb43e176ad2a914108cd2b403425dc1ebc7262 (diff)
Constant-time utilities
Pull constant-time methods out to a separate header, add tests. Reviewed-by: Bodo Moeller <bodo@openssl.org>
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 0537913df0..874495793f 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)