Fix non-x86-64 build.
This commit is contained in:
parent
bad81251ad
commit
13d210dac8
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user