update hc_dh_imath_method
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22369 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -414,8 +414,8 @@ static const DH_METHOD dh_null_method = {
|
|||||||
dh_null_generate_params
|
dh_null_generate_params
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const DH_METHOD hc_dh_imath_method;
|
extern const DH_METHOD _hc_dh_imath_method;
|
||||||
static const DH_METHOD *dh_default_method = &hc_dh_imath_method;
|
static const DH_METHOD *dh_default_method = &_hc_dh_imath_method;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the dummy DH implementation.
|
* Return the dummy DH implementation.
|
||||||
|
Reference in New Issue
Block a user