[pkg-opensc-commit] [opensc] 133/295: pkcs11-tool: fixed missing newline in test output

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:23 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 dce379b43da00068fe788d79d35bbf7dec01e8da
Author: Frank Morgner <frankmorgner at gmail.com>
Date:   Wed Dec 14 21:18:58 2016 +0100

    pkcs11-tool: fixed missing newline in test output
    
    regression of 4441efa6daf4b06dd97e0435b9830ab942c24558
---
 src/tools/pkcs11-tool.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c
index ee7d552..4e21314 100644
--- a/src/tools/pkcs11-tool.c
+++ b/src/tools/pkcs11-tool.c
@@ -4511,6 +4511,7 @@ static int test_verify(CK_SESSION_HANDLE sess)
 			printf(" -- can't get the modulus length, skipping\n");
 			continue;
 		}
+		printf("\n");
 
 		errors += sign_verify(sess, priv_key, key_len, pub_key, i != 0);
 	}

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