[pkg-opensc-commit] [pkcs11-helper] 225/253: openssl: put pkcs11h id instead of pkcs11

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:22 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 e370f266f29d76ec00bc6540694a3cab4781c0f2
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sun Sep 22 02:29:32 2013 +0300

    openssl: put pkcs11h id instead of pkcs11
    
    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 c1ff16f..9d9546a 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -453,7 +453,7 @@ pkcs11h_openssl_createSession (
 
 	openssl_session->rsa_orig_finish = def->finish;
 
-	openssl_session->smart_rsa.name = "pkcs11";
+	openssl_session->smart_rsa.name = "pkcs11h";
 	openssl_session->smart_rsa.rsa_priv_dec = __pkcs11h_openssl_rsa_dec;
 	openssl_session->smart_rsa.rsa_priv_enc = __pkcs11h_openssl_rsa_enc;
 	openssl_session->smart_rsa.finish = __pkcs11h_openssl_rsa_finish;

-- 
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