Commit 28f573a2 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure memcpy() is properly declared by including string.h.

parent e2c9c91b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@
 * and contributed to the OpenSSL project.
 */

#include <string.h>

#include <openssl/err.h>

#include "ec_lcl.h"