[pkg-opensc-commit] [opensc] 159/295: pkcs11-tool: small format fix (#950)

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:27 UTC 2017


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

eric pushed a commit to branch master
in repository opensc.

commit bb905ec1ec5760c9324930cee6253d407947a86a
Author: Nuno Goncalves <nunojpg at gmail.com>
Date:   Sat Jan 28 00:59:28 2017 +0100

    pkcs11-tool: small format fix (#950)
    
    Signed-off-by: Nuno Goncalves <nunojpg at gmail.com>
---
 src/tools/pkcs11-tool.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c
index 4e21314..99758dc 100644
--- a/src/tools/pkcs11-tool.c
+++ b/src/tools/pkcs11-tool.c
@@ -3301,7 +3301,7 @@ static void show_cert(CK_SESSION_HANDLE sess, CK_OBJECT_HANDLE obj)
 	unsigned char	*id;
 	char		*label;
 
-	printf("Certificate Object, type = ");
+	printf("Certificate Object; type = ");
 	switch (cert_type) {
 	case CKC_X_509:
 		printf("X.509 cert\n");
@@ -3310,10 +3310,10 @@ static void show_cert(CK_SESSION_HANDLE sess, CK_OBJECT_HANDLE obj)
 		printf("X.509 attribute cert\n");
 		break;
 	case CKC_VENDOR_DEFINED:
-		printf("vendor defined");
+		printf("vendor defined\n");
 		break;
 	default:
-		printf("; unknown cert type\n");
+		printf("unknown cert type\n");
 		break;
 	}
 

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



More information about the pkg-opensc-commit mailing list