projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73729e4
)
Fixed double inclusion of string.h
author
Matt Caswell
<matt@openssl.org>
Fri, 29 Aug 2014 20:25:42 +0000
(21:25 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 29 Aug 2014 20:38:03 +0000
(21:38 +0100)
PR2693
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit
5d33b70ef5a4768fdfb77a73f9817c4570613039
)
crypto/ec/ec_key.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_key.c
b/crypto/ec/ec_key.c
index 6c933d22ed545ae05803d338853e5fcc7aa3c659..584b15598f718c8c4902196312f8167c64d3c220 100644
(file)
--- a/
crypto/ec/ec_key.c
+++ b/
crypto/ec/ec_key.c
@@
-64,7
+64,6
@@
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
-#include <string.h>
EC_KEY *EC_KEY_new(void)
{