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:
3c6ab9a
)
fix typo
author
Nils Larsch
<nils@openssl.org>
Sun, 17 Jul 2005 21:05:11 +0000
(21:05 +0000)
committer
Nils Larsch
<nils@openssl.org>
Sun, 17 Jul 2005 21:05:11 +0000
(21:05 +0000)
crypto/ecdsa/ecdsatest.c
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecdsatest.c
b/crypto/ecdsa/ecdsatest.c
index f7fba3b42da9b1031f4484215a3effed9a0c48cd..59be39bb41c08541f3d65ea7e88d276620905901 100644
(file)
--- a/
crypto/ecdsa/ecdsatest.c
+++ b/
crypto/ecdsa/ecdsatest.c
@@
-443,7
+443,7
@@
builtin_err:
EC_KEY_free(eckey);
if (wrong_eckey)
EC_KEY_free(wrong_eckey);
- if (signature)
;
+ if (signature)
OPENSSL_free(signature);
if (curves)
OPENSSL_free(curves);