X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fengine%2Ftb_store.c;h=84d2268879ea89453eba7f8e7778583c4452897b;hb=f16a64d11f55c01f56baa62ebf1dec7f8fe718cb;hp=1eab49d7458e5ecb737492b03deee0a241d8be95;hpb=9ccc00ef6ea65567622e40c49aca43f2c6d79cdb;p=openssl.git diff --git a/crypto/engine/tb_store.c b/crypto/engine/tb_store.c index 1eab49d745..84d2268879 100644 --- a/crypto/engine/tb_store.c +++ b/crypto/engine/tb_store.c @@ -91,30 +91,6 @@ 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) - return engine_table_register(&store_table, - 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). - */ -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) {