Commit 7962ea7a authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix indent issue with engine.h



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent cbb5afdc
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -125,7 +125,8 @@ extern "C" {
#define ENGINE_TABLE_FLAG_NOINIT	(unsigned int)0x0001
#define ENGINE_TABLE_FLAG_NOINIT	(unsigned int)0x0001


/* ENGINE flags that can be set by ENGINE_set_flags(). */
/* ENGINE flags that can be set by ENGINE_set_flags(). */
/* #define ENGINE_FLAGS_MALLOCED	0x0001 */ /* Not used */
/* Not used */
/* #define ENGINE_FLAGS_MALLOCED	0x0001 */


/* This flag is for ENGINEs that wish to handle the various 'CMD'-related
/* This flag is for ENGINEs that wish to handle the various 'CMD'-related
 * control commands on their own. Without this flag, ENGINE_ctrl() handles these
 * control commands on their own. Without this flag, ENGINE_ctrl() handles these