aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_lib.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-01 03:57:46 +0000
commit3bbb0212f3d059d7148c62c73d719e6d79954901 (patch)
tree4d17c4090494af437408524c6d8d6218e61adfe0 /crypto/engine/eng_lib.c
parenta5db6fa5760f21d16d59e025e930c02456e00fef (diff)
downloadopenssl-3bbb0212f3d059d7148c62c73d719e6d79954901.tar.gz
Add STORE support in ENGINE.
Diffstat (limited to 'crypto/engine/eng_lib.c')
-rw-r--r--crypto/engine/eng_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c
index 999061a8ed..66ab06de74 100644
--- a/crypto/engine/eng_lib.c
+++ b/crypto/engine/eng_lib.c
@@ -92,6 +92,7 @@ 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;