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.
This commit is contained in:
		| @@ -73,8 +73,8 @@ | ||||
| extern "C" { | ||||
| #endif | ||||
|  | ||||
| /* Bitwise OR-able values for the "flags" variable in ENGINE. */ | ||||
| #define ENGINE_FLAGS_MALLOCED	0x0001 | ||||
| /* NB: Bitwise OR-able values for the "flags" variable in ENGINE are now exposed | ||||
|  * in engine.h. */ | ||||
|  | ||||
| /* This is a structure for storing implementations of various crypto | ||||
|  * algorithms and functions. */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoff Thorpe
					Geoff Thorpe