commit | 1d54ef340864507c1b6e86238183ab4cbc7423aa | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri May 27 13:55:47 2016 +0100 |
committer | Matt Caswell <matt@openssl.org> | Wed Jun 01 13:19:02 2016 +0100 |
tree | b6b6764b719e7397a79289b717a1e68d00a5d313 | |
parent | eeb21772effdd385e44eed547d717f171487987e [diff] |
Fix printing of DH Parameters The -text argument to dhparam is broken, because the DHparams_print() function always returns an error. The problem is that always expects a public or private key to be present, even though that is never the case with parameters. Reviewed-by: Richard Levitte <levitte@openssl.org>