summaryrefslogtreecommitdiffstats
path: root/crypto/engine
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:43:32 +0000
commit08220fec498d01e6ee73f6d0f8e134133dc1c269 (patch)
treeee47e3c44452aab80ab6008befe7a793adcc3831 /crypto/engine
parentbfe4de7257e6c9be36e9d55f868dd4f22507c4d2 (diff)
Fix indent issue with engine.h
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/engine')
-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 669e95fe43..e83b09d927 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