mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-14 11:26:09 -05: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue