mem* functions are declared in string.h.

This commit is contained in:
Richard Levitte 2002-08-10 01:36:14 +00:00
parent da0bca6466
commit 5454829ae6
3 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@
*
*/
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
#include <openssl/asn1t.h>

View File

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

View File

@ -53,6 +53,7 @@
*
*/
#include <string.h>
#include "ecdsa.h"
#include <openssl/engine.h>