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:
180c3fc
)
Fix no-ec
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 10 Aug 2017 15:45:18 +0000
(16:45 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 10 Aug 2017 15:45:18 +0000
(16:45 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4134)
test/ectest.c
patch
|
blob
|
history
diff --git
a/test/ectest.c
b/test/ectest.c
index fb6027b8e5c770e60367bdb6d1ce180bd6fe096f..80e10013a82b2d8e800c6d0c34ab0acc112bb02d 100644
(file)
--- a/
test/ectest.c
+++ b/
test/ectest.c
@@
-1452,5
+1452,7
@@
int setup_tests(void)
void cleanup_tests(void)
{
+#ifndef OPENSSL_NO_EC
OPENSSL_free(curves);
+#endif
}