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>
Wed, 21 Jan 2015 23:04:20 +0000 (23:04 +0000)
crypto/engine/engine.h

index df4be7a74e18bf0ca89bda062964ec2a1acb1338..02c3a8467ac4ed879487b6300c95d6b963d01825 100644 (file)
@@ -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