commit | e3908501ca32e6629eed046f2ec44b66ecd1854b | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jun 23 10:10:51 2017 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Jun 23 17:22:38 2017 +0100 |
tree | 1e2820be729fbba7e69bda90bbaa809983f030ce | |
parent | 019e47ce564e9d57ed85c4ebe0672518b6a349f5 [diff] |
Fix the constant time 64 test We were adding more tests than we had data for due to use of sizeof instead of OSSL_NELEM. I also changed the 8 bit tests for consistency, although they were already working. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3755)