]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix indent issue with engine.h
authorMatt Caswell <matt@openssl.org>
Tue, 20 Jan 2015 22:17:03 +0000 (22:17 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:50:41 +0000 (09:50 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/engine/engine.h

index cdb12a06eafeb1e839d4613026c2ba668b583638..e09dd712c87d6614d9fa654f1f05d593cd27c6e7 100644 (file)
@@ -124,7 +124,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