Remove store.

Rebased and merged by me, with Ben's approval.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
Rich Salz
2016-02-10 07:52:49 -05:00
committed by Rich Salz
parent deca5df2fb
commit 7984f082d5
20 changed files with 12 additions and 3746 deletions

View File

@@ -89,7 +89,6 @@ void engine_set_all_null(ENGINE *e)
e->dsa_meth = NULL;
e->dh_meth = NULL;
e->rand_meth = NULL;
e->store_meth = NULL;
e->ciphers = NULL;
e->digests = NULL;
e->destroy = NULL;