Fix non-x86-64 build.

This commit is contained in:
Brian Smith 2018-05-21 10:07:21 -10:00
parent bad81251ad
commit 13d210dac8

View File

@ -76,6 +76,8 @@ void GFp_p256_scalar_sqr_rep_mont(ScalarMont r, const ScalarMont a, int rep) {
#if !defined(OPENSSL_X86_64)
#include <string.h>
/* TODO(perf): Optimize these. */
void GFp_nistz256_select_w5(P256_POINT *out, const P256_POINT table[16],