Skip to content

Commit 0bbd5d4

Browse files
committed
Add string.h include to ecmult_impl
`memcpy` and `memset` are used, so include the appropriate header for the declaration.
1 parent c5b32e1 commit 0bbd5d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ecmult_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "scalar.h"
1212
#include "ecmult.h"
1313

14+
#include <string.h>
15+
1416
/* optimal for 128-bit and 256-bit exponents. */
1517
#define WINDOW_A 5
1618

0 commit comments

Comments
 (0)