summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-20 22:17:03 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:50:41 +0000
commitb4f1dbdc4b8d6946f733e5b9e19dbab3244b2e8e (patch)
tree369bd593e07761effdab8b8483bf67da0826ef22
parent5741067deaedf83d1da94b753f1a3d0e8d86b955 (diff)
Fix indent issue with engine.h
Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--crypto/engine/engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h
index cdb12a06ea..e09dd712c8 100644
--- a/crypto/engine/engine.h
+++ b/crypto/engine/engine.h
@@ -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