Skip to content

Commit

Permalink
Bug 1286080 - tstclnt: incorrect error message for -H flag (requireDH…
Browse files Browse the repository at this point in the history
…NamedGroups). r=franziskus

--HG--
extra : amend_source : f18907dc38ef8257c6cc707236ce229985a9c3ab
  • Loading branch information
catdesk committed Oct 29, 2016
1 parent a008c0d commit b170b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tstclnt/tstclnt.c
Expand Up @@ -1471,7 +1471,7 @@ main(int argc, char **argv)
if (requireDHNamedGroups) {
rv = SSL_OptionSet(s, SSL_REQUIRE_DH_NAMED_GROUPS, PR_TRUE);
if (rv != SECSuccess) {
SECU_PrintError(progName, "error enabling extended master secret");
SECU_PrintError(progName, "error in requiring the use of fixed finite-field DH groups");
error = 1;
goto done;
}
Expand Down

0 comments on commit b170b72

Please sign in to comment.