This adds "destroy" handlers to the existing ENGINEs that load their own
authorGeoff Thorpe <geoff@openssl.org>
Wed, 5 Sep 2001 19:00:33 +0000 (19:00 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 5 Sep 2001 19:00:33 +0000 (19:00 +0000)
commit1a7691c0594a46015f8695a623c9f8934ab641e2
tree1f50425bd22e7acf889de909c5b78c282ffd829a
parentf524ddbe049e260763d410cd41fc66bdaf4b01e5
This adds "destroy" handlers to the existing ENGINEs that load their own
error strings - the destroy handler functions unload the error strings so
any pending error state referring to them will not attempt to reference
them after the ENGINE has been destroyed.
crypto/engine/hw_atalla.c
crypto/engine/hw_cswift.c
crypto/engine/hw_ncipher.c
crypto/engine/hw_nuron.c
crypto/engine/hw_ubsec.c