summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_list.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-01-23 16:49:39 +0000
committerRichard Levitte <levitte@openssl.org>2004-01-23 16:49:39 +0000
commit2bff903483e5d330e06cd1c6e9a120c5dcfb7912 (patch)
treebea00dc09b8185458483a0d6de392db11653dc2b /crypto/engine/eng_list.c
parentc4fd5d764d4cc2bd12c487967a3b06f2ab7020ad (diff)
downloadopenssl-new-2bff903483e5d330e06cd1c6e9a120c5dcfb7912.tar.gz
This branch hasn't been updated with changes from HEAD for a looooong time...
Here goes.
Diffstat (limited to 'crypto/engine/eng_list.c')
-rw-r--r--crypto/engine/eng_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index 55b646da24..f94d593b06 100644
--- a/crypto/engine/eng_list.c
+++ b/crypto/engine/eng_list.c
@@ -336,6 +336,7 @@ static void engine_cpy(ENGINE *dest, const ENGINE *src)
dest->ecdsa_meth = src->ecdsa_meth;
#endif
dest->rand_meth = src->rand_meth;
+ dest->store_meth = src->store_meth;
dest->ciphers = src->ciphers;
dest->digests = src->digests;
dest->destroy = src->destroy;