[pkg-opensc-commit] [pkcs11-helper] 237/253: openssl: fix breakage by 4377bb8c

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:23 UTC 2017


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

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 3e2c2bd1c9174651550e8b40a7110f906e2a0b05
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sun Apr 27 12:08:46 2014 +0300

    openssl: fix breakage by 4377bb8c
    
    Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
 lib/pkcs11h-openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
index c80343a..dc9998e 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -893,7 +893,7 @@ pkcs11h_openssl_getX509 (
 cleanup:
 
 	if (certificate_blob != NULL) {
-		pkcs11h_mem_free((void *)&certificate_blob);
+		_pkcs11h_mem_free((void *)&certificate_blob);
 	}
 
 	if (rv != CKR_OK) {

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



More information about the pkg-opensc-commit mailing list