summaryrefslogtreecommitdiff
path: root/cmd/pk11importtest
diff options
context:
space:
mode:
authorMartin Thomson <mt@lowentropy.net>2019-05-02 13:32:49 +1000
committerMartin Thomson <mt@lowentropy.net>2019-05-02 13:32:49 +1000
commit7c520a760ada25b32add8667efdf6804c56e7318 (patch)
tree93933c5b3ee1650da063749cafb39e06889aa7e3 /cmd/pk11importtest
parente2f1e34dfc568ee19fd4bc131615a7e1b7915b0c (diff)
downloadnss-hg-7c520a760ada25b32add8667efdf6804c56e7318.tar.gz
Bug 1548722 - Tranche of coverity fixes, r=jcj
Summary: CID 1444897, 1444896, 1444894, 1444892, 1444891, 1444888, 1444885, 1444881 Not sure how to manage the creation of bugs for these. Reviewers: jcj Tags: #secure-revision Differential Revision: https://phabricator.services.mozilla.com/D29611
Diffstat (limited to 'cmd/pk11importtest')
-rw-r--r--cmd/pk11importtest/pk11importtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/pk11importtest/pk11importtest.c b/cmd/pk11importtest/pk11importtest.c
index b2f489060..eb8e359ba 100644
--- a/cmd/pk11importtest/pk11importtest.c
+++ b/cmd/pk11importtest/pk11importtest.c
@@ -185,7 +185,7 @@ cleanup:
}
static const char *const usageInfo[] = {
- "pk11import - test PK11_PrivateKeyImport()"
+ "pk11import - test PK11_PrivateKeyImport()",
"Options:",
" -d certdir directory containing cert database",
" -k keysize size of the rsa, dh, and dsa key to test (default 1024)",