make tfm default
This commit is contained in:
@@ -392,12 +392,9 @@ RSA_null_method(void)
|
|||||||
return &rsa_null_method;
|
return &rsa_null_method;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern const RSA_METHOD hc_rsa_imath_method;
|
extern const RSA_METHOD hc_rsa_tfm_method;
|
||||||
#ifdef HAVE_GMP
|
|
||||||
static const RSA_METHOD *default_rsa_method = &hc_rsa_gmp_method;
|
static const RSA_METHOD *default_rsa_method = &hc_rsa_tfm_method;
|
||||||
#else
|
|
||||||
static const RSA_METHOD *default_rsa_method = &hc_rsa_imath_method;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
const RSA_METHOD *
|
const RSA_METHOD *
|
||||||
RSA_get_default_method(void)
|
RSA_get_default_method(void)
|
||||||
|
Reference in New Issue
Block a user