[pkg-opensc-commit] [libp11] 57/86: Do not attempt to free readonly key references from the engine

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 2364860219d4433d05b7584526c0742253dd4004
Author: Michal Trojnara <Michal.Trojnara at mirt.net>
Date:   Tue Mar 1 11:40:39 2016 +0100

    Do not attempt to free readonly key references from the engine
---
 tests/evp-sign.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/evp-sign.c b/tests/evp-sign.c
index 0bb37a3..5d7ee22 100644
--- a/tests/evp-sign.c
+++ b/tests/evp-sign.c
@@ -297,8 +297,6 @@ int main(int argc, char **argv)
 
 #endif /* OPENSSL_VERSION_NUMBER >= 0x1000000fL */
 
-	EVP_PKEY_free(public_key);
-	EVP_PKEY_free(private_key);
 	ENGINE_finish(e);
 	CONF_modules_unload(1);
 	return 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list