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

This commit is contained in:
Richard Levitte 2003-02-10 11:14:35 +00:00
parent e2c9c91b5b
commit 28f573a28d

View File

@ -61,6 +61,8 @@
* and contributed to the OpenSSL project. * and contributed to the OpenSSL project.
*/ */
#include <string.h>
#include <openssl/err.h> #include <openssl/err.h>
#include "ec_lcl.h" #include "ec_lcl.h"