Drop imath for ltm for speed reasons
This commit is contained in:
@@ -445,8 +445,8 @@ static const DH_METHOD dh_null_method = {
|
||||
dh_null_generate_params
|
||||
};
|
||||
|
||||
extern const DH_METHOD _hc_dh_imath_method;
|
||||
static const DH_METHOD *dh_default_method = &_hc_dh_imath_method;
|
||||
extern const DH_METHOD _hc_dh_ltm_method;
|
||||
static const DH_METHOD *dh_default_method = &_hc_dh_ltm_method;
|
||||
|
||||
/**
|
||||
* Return the dummy DH implementation.
|
||||
|
Reference in New Issue
Block a user