only include string.h once
authorDr. Stephen Henson <steve@openssl.org>
Tue, 24 Jan 2012 22:58:46 +0000 (22:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 24 Jan 2012 22:58:46 +0000 (22:58 +0000)
crypto/ec/ec_key.c

index d4f6d61ca47ac667ca91732a6deb604b1729ca1a..bf9fd2dc2c43c7101c08deffaeb03f9fbfe1a00e 100644 (file)
@@ -64,7 +64,6 @@
 #include <string.h>
 #include "ec_lcl.h"
 #include <openssl/err.h>
-#include <string.h>
 #ifdef OPENSSL_FIPS
 #include <openssl/fips.h>
 #endif