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:
82d9185
)
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:42:54 +0000
(21:42 +0100)
PR2693
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/ec/ec_key.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_key.c
b/crypto/ec/ec_key.c
index a91b9dc7f430f63593cbd158d8578938c7b6e646..b88094c19d53cafe586ff6b42bc1eed88ec4e625 100644
(file)
--- a/
crypto/ec/ec_key.c
+++ b/
crypto/ec/ec_key.c
@@
-66,7
+66,6
@@
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
-#include <string.h>
EC_KEY *EC_KEY_new(void)
{