#include
void OPENSSL_load_builtin_modules(void); void ASN1_add_oid_module(void); ENGINE_add_conf_module();
_A_S_N_1___a_d_d___o_i_d___m_o_d_u_l_e_(_) adds just the ASN1 OBJECT module.
_E_N_G_I_N_E___a_d_d___c_o_n_f___m_o_d_u_l_e_(_) adds just the ENGINE configuration module.
Applications which use the configuration functions directly will need to call _O_P_E_N_S_S_L___l_o_a_d___b_u_i_l_t_i_n___m_o_d_u_l_e_s_(_) themselves _b_e_f_o_r_e any other configuration code.
Applications should call _O_P_E_N_S_S_L___l_o_a_d___b_u_i_l_t_i_n___m_o_d_u_l_e_s_(_) to load all configuration modules instead of adding modules selectively: otherwise functionality may be missing from the application if an when new modules are added.