[pkg-opensc-commit] [pkcs11-helper] 195/253: Fix debug
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:19 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 2c630bddeba3a0ecbdcffc5ef90d894c592dc69f
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Wed Jun 8 18:30:33 2011 +0000
Fix debug
---
lib/pkcs11h-openssl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
index 97635e6..91966bc 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -299,7 +299,7 @@ __pkcs11h_openssl_enc (
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: __pkcs11h_openssl_dec entered - flen=%d, from=%p, to=%p, rsa=%p, padding=%d",
+ "PKCS#11: __pkcs11h_openssl_enc entered - flen=%d, from=%p, to=%p, rsa=%p, padding=%d",
flen,
from,
to,
@@ -347,7 +347,7 @@ cleanup:
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: __pkcs11h_openssl_dec - return rv=%lu-'%s'",
+ "PKCS#11: __pkcs11h_openssl_enc - return rv=%lu-'%s'",
rv,
pkcs11h_getMessage (rv)
);
--
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