Chromium Code Reviews

Unified Diff: openssl/engines/e_sureware.c

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « openssl/engines/e_padlock.ec ('k') | openssl/engines/e_ubsec.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/engines/e_sureware.c
===================================================================
--- openssl/engines/e_sureware.c (revision 105093)
+++ openssl/engines/e_sureware.c (working copy)
@@ -758,8 +758,6 @@
}
return res;
err:
- if (res)
- EVP_PKEY_free(res);
#ifndef OPENSSL_NO_RSA
if (rsatmp)
RSA_free(rsatmp);
« no previous file with comments | « openssl/engines/e_padlock.ec ('k') | openssl/engines/e_ubsec.c » ('j') | no next file with comments »

Powered by Google App Engine