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:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user