[pkg-opensc-commit] [opensc] 132/295: Add missing comma to fix segfault when pkcs11-tool is called without arguments

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 13463e2d18a2cc238dffaf26903832a87f86156d
Author: Pieter Naaijkens <pnaaijkens at math.ucdavis.edu>
Date:   Tue Dec 13 22:14:19 2016 -0800

    Add missing comma to fix segfault when pkcs11-tool is called without arguments
---
 src/tools/pkcs11-tool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c
index 7758b61..ee7d552 100644
--- a/src/tools/pkcs11-tool.c
+++ b/src/tools/pkcs11-tool.c
@@ -222,7 +222,7 @@ static const char *option_help[] = {
 	"Decrypt some data",
 	"Hash some data",
 	"Derive a secret key using another key and some data",
-	"Derive ECDHpass DER encoded pubkey for compatibility with some PKCS#11 implementations"
+	"Derive ECDHpass DER encoded pubkey for compatibility with some PKCS#11 implementations",
 	"Specify mechanism (use -M for a list of supported mechanisms)",
 
 	"Log into the token first",

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