commit | 5a3d21c0585064292bde5cd34089e120487ab687 | [log] [tgz] |
---|---|---|
author | Emilia Kasper <emilia@openssl.org> | Thu Aug 28 15:33:34 2014 +0200 |
committer | Emilia Kasper <emilia@openssl.org> | Thu Aug 28 15:48:45 2014 +0200 |
tree | 5b0891b45fe5d81aa86fc35fd8e3d14193bb5df1 | |
parent | f9fb43e176ad2a914108cd2b403425dc1ebc7262 [diff] [blame] |
Constant-time utilities Pull constant-time methods out to a separate header, add tests. Reviewed-by: Bodo Moeller <bodo@openssl.org>
diff --git a/crypto/Makefile b/crypto/Makefile index 0537913..8744957 100644 --- a/crypto/Makefile +++ b/crypto/Makefile
@@ -31,6 +31,7 @@ LIBS= GENERAL=Makefile README crypto-lib.com install.com +TEST=constant_time_test.c LIB= $(TOP)/libcrypto.a SHARED_LIB= libcrypto$(SHLIB_EXT)