projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb5afd
)
Fix indent issue with engine.h
author
Matt Caswell
<matt@openssl.org>
Tue, 20 Jan 2015 22:17:03 +0000
(22:17 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:35:36 +0000
(09:35 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/engine/engine.h
patch
|
blob
|
history
diff --git
a/crypto/engine/engine.h
b/crypto/engine/engine.h
index df4be7a74e18bf0ca89bda062964ec2a1acb1338..02c3a8467ac4ed879487b6300c95d6b963d01825 100644
(file)
--- 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