[Pkg-bitcoin-commits] [libsecp256k1] 40/45: Add string.h include to ecmult_impl

Jonas Smedegaard dr at jones.dk
Sat Aug 27 12:00:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libsecp256k1.

commit 0bbd5d40254ec28ba67e5e6210cacea947666e9d
Author: Wladimir J. van der Laan <laanwj at gmail.com>
Date:   Thu Aug 4 12:58:29 2016 +0200

    Add string.h include to ecmult_impl
    
    `memcpy` and `memset` are used, so include the appropriate header
    for the declaration.
---
 src/ecmult_impl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ecmult_impl.h b/src/ecmult_impl.h
index e6e5f47..81ae08e 100644
--- a/src/ecmult_impl.h
+++ b/src/ecmult_impl.h
@@ -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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list