fix error statement
git-svn-id: svn://10.0.0.236/trunk@118867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
50406c66c5
commit
087cfad2e3
@ -311,7 +311,7 @@ AddCert(PK11SlotInfo *slot, CERTCertDBHandle *handle, char *name, char *trusts,
|
||||
if (!PK11_IsFriendly(slot)) {
|
||||
rv = PK11_Authenticate(slot, PR_TRUE, pwdata);
|
||||
if (rv != SECSuccess) {
|
||||
SECU_PrintError(progName, "could authenticate to token or database");
|
||||
SECU_PrintError(progName, "could not authenticate to token or database");
|
||||
GEN_BREAK(SECFailure);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user