From: Matt Caswell Date: Tue, 20 Jan 2015 22:17:03 +0000 (+0000) Subject: Fix indent issue with engine.h X-Git-Tag: OpenSSL_1_0_2~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bdc21a1571496d32168f217dc98a8468b7143a52;p=oweals%2Fopenssl.git Fix indent issue with engine.h Reviewed-by: Tim Hudson --- diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index d132d5f11c..da9b0c4f39 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