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:
cfcf645
)
Remove one EVP_PKEY_free() that shouldn't be there.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 3 Jan 1999 02:15:34 +0000
(
02:15
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 3 Jan 1999 02:15:34 +0000
(
02:15
+0000)
crypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.c
b/crypto/x509/x509_vfy.c
index f5face18df575631fb7352654acd170b7265ed38..6a47281170457513508de21628b4253fe5ec84cc 100644
(file)
--- a/
crypto/x509/x509_vfy.c
+++ b/
crypto/x509/x509_vfy.c
@@
-405,7
+405,6
@@
X509_STORE_CTX *ctx;
}
ok=1;
end:
- EVP_PKEY_free(pkey);
return(ok);
}