rename the DH_METHOD

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-07 11:31:31 +00:00
parent a50dbb80fc
commit 5fb1f4adee
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ dh_finish(DH *dh)
*/
const DH_METHOD hc_dh_imath_method = {
"hx509 imath DH",
"hcrypto imath DH",
dh_generate_key,
dh_compute_key,
NULL,

View File

@@ -260,7 +260,7 @@ dh_null_generate_params(DH *dh, int prime_num, int len, BN_GENCB *cb)
}
static const DH_METHOD dh_null_method = {
"hx509 null DH",
"hcrypto null DH",
dh_null_generate_key,
dh_null_compute_key,
NULL,