Some more tweaks to ENGINE code.
authorGeoff Thorpe <geoff@openssl.org>
Wed, 18 Apr 2001 03:03:16 +0000 (03:03 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 18 Apr 2001 03:03:16 +0000 (03:03 +0000)
commitdcd87618ab9a76ef41141913f431aa4ad85a3840
tree119bc87787f08bc0d9379a4486e12afe365e7a47
parentd54bf145598003fff87c3af1ae7855238302f1da
Some more tweaks to ENGINE code.

Previous changes permanently removed the commented-out old code for where
it was possible to create and use an ENGINE statically, and this code gets
rid of the ENGINE_FLAGS_MALLOCED flag that supported the distinction with
dynamically allocated ENGINEs. It also moves the area for ENGINE_FLAGS_***
values from engine_int.h to engine.h - because it should be possible to
declare ENGINEs just from declarations in exported headers.
crypto/engine/engine.h
crypto/engine/engine_int.h
crypto/engine/engine_list.c