make tfm default

This commit is contained in:
Love Hornquist Astrand
2010-06-01 20:24:52 -07:00
parent 3f56365be0
commit a11303a4ca

View File

@@ -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)