Index: openssl/crypto/engine/eng_list.c |
=================================================================== |
--- openssl/crypto/engine/eng_list.c (revision 105093) |
+++ openssl/crypto/engine/eng_list.c (working copy) |
@@ -336,6 +336,7 @@ |
dest->store_meth = src->store_meth; |
dest->ciphers = src->ciphers; |
dest->digests = src->digests; |
+ dest->pkey_meths = src->pkey_meths; |
dest->destroy = src->destroy; |
dest->init = src->init; |
dest->finish = src->finish; |