[pkg-opensc-commit] [pkcs11-helper] 129/253: Typoes
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:12 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 bcd06d80b27e45b7a7ab66a7bb71d2c20f5522ef
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Wed Oct 10 17:00:18 2007 +0000
Typoes
---
lib/pkcs11h-certificate.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/pkcs11h-certificate.c b/lib/pkcs11h-certificate.c
index 38e1e59..bf8e8f2 100644
--- a/lib/pkcs11h-certificate.c
+++ b/lib/pkcs11h-certificate.c
@@ -1436,7 +1436,7 @@ pkcs11h_certificate_decrypt (
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: pkcs11h_decrypt entry certificate=%p, mech_type=%ld, source=%p, source_size="P_Z", target=%p, *p_target_size="P_Z"",
+ "PKCS#11: pkcs11h_certificate_decrypt entry certificate=%p, mech_type=%ld, source=%p, source_size="P_Z", target=%p, *p_target_size="P_Z"",
(void *)certificate,
mech_type,
source,
@@ -1469,7 +1469,7 @@ cleanup:
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: pkcs11h_decrypt return rv=%lu-'%s', *p_target_size="P_Z"",
+ "PKCS#11: pkcs11h_certificate_decrypt return rv=%lu-'%s', *p_target_size="P_Z"",
rv,
pkcs11h_getMessage (rv),
*p_target_size
@@ -1498,7 +1498,7 @@ pkcs11h_certificate_unwrap (
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: pkcs11h_unwrap entry certificate=%p, mech_type=%ld, source=%p, source_size="P_Z", target=%p, *p_target_size="P_Z"",
+ "PKCS#11: pkcs11h_certificate_unwrap entry certificate=%p, mech_type=%ld, source=%p, source_size="P_Z", target=%p, *p_target_size="P_Z"",
(void *)certificate,
mech_type,
source,
@@ -1531,7 +1531,7 @@ cleanup:
_PKCS11H_DEBUG (
PKCS11H_LOG_DEBUG2,
- "PKCS#11: pkcs11h_unwrap return rv=%lu-'%s', *p_target_size="P_Z"",
+ "PKCS#11: pkcs11h_certificate_unwrap return rv=%lu-'%s', *p_target_size="P_Z"",
rv,
pkcs11h_getMessage (rv),
*p_target_size
--
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