mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
Add string.h include to ecmult_impl
`memcpy` and `memset` are used, so include the appropriate header for the declaration.
This commit is contained in:
parent
c5b32e16c4
commit
0bbd5d4025
@ -11,6 +11,8 @@
|
||||
#include "scalar.h"
|
||||
#include "ecmult.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* optimal for 128-bit and 256-bit exponents. */
|
||||
#define WINDOW_A 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user