Some more tweaks to ENGINE code.
authorGeoff Thorpe <geoff@openssl.org>
Wed, 18 Apr 2001 03:57:05 +0000 (03:57 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 18 Apr 2001 03:57:05 +0000 (03:57 +0000)
commit404f952aa3b7e41bba05cb475ce4093f6b5008a1
tree550f6869bbcf16b14045a5ca0f88b2a6332a5260
parentdcd87618ab9a76ef41141913f431aa4ad85a3840
Some more tweaks to ENGINE code.

ENGINE handler functions should take the ENGINE structure as a parameter -
this is because ENGINE structures can be copied, and like other
structure/method setups in OpenSSL, it should be possible for init(),
finish(), ctrl(), etc to adjust state inside the ENGINE structures rather
than globally. This commit includes the dependant changes in the ENGINE
implementations.
crypto/engine/engine.h
crypto/engine/engine_int.h
crypto/engine/engine_lib.c
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