Loading crypto/engine/tb_store.c +5 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ void ENGINE_register_all_STORE() ENGINE_register_STORE(e); } /* The following two functions are removed because they're useless. */ #if 0 int ENGINE_set_default_STORE(ENGINE *e) { if(e->store_meth) Loading @@ -97,7 +99,9 @@ int ENGINE_set_default_STORE(ENGINE *e) engine_unregister_all_STORE, e, &dummy_nid, 1, 1); return 1; } #endif #if 0 /* Exposed API function to get a functional reference from the implementation * table (ie. try to get a functional reference from the tabled structural * references). */ Loading @@ -105,6 +109,7 @@ ENGINE *ENGINE_get_default_STORE(void) { return engine_table_select(&store_table, dummy_nid); } #endif /* Obtains an STORE implementation from an ENGINE functional reference */ const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e) Loading Loading
crypto/engine/tb_store.c +5 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ void ENGINE_register_all_STORE() ENGINE_register_STORE(e); } /* The following two functions are removed because they're useless. */ #if 0 int ENGINE_set_default_STORE(ENGINE *e) { if(e->store_meth) Loading @@ -97,7 +99,9 @@ int ENGINE_set_default_STORE(ENGINE *e) engine_unregister_all_STORE, e, &dummy_nid, 1, 1); return 1; } #endif #if 0 /* Exposed API function to get a functional reference from the implementation * table (ie. try to get a functional reference from the tabled structural * references). */ Loading @@ -105,6 +109,7 @@ ENGINE *ENGINE_get_default_STORE(void) { return engine_table_select(&store_table, dummy_nid); } #endif /* Obtains an STORE implementation from an ENGINE functional reference */ const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e) Loading