From 76712e81e08cca13ccfb8b0370c8f5dbd982f378 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 20 Jan 2015 22:17:03 +0000 Subject: Fix indent issue with engine.h Reviewed-by: Tim Hudson --- crypto/engine/engine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/engine') diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index a6f5dbc004..109bdc6d54 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -125,7 +125,8 @@ extern "C" { #define ENGINE_TABLE_FLAG_NOINIT (unsigned int)0x0001 /* 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 * control commands on their own. Without this flag, ENGINE_ctrl() handles these -- cgit v1.2.3