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:
24a5f17
)
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:20:07 +0000
(09:20 +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 a6f5dbc0042991395c3a3d23a81ba148bd1ed178..109bdc6d54ad9e76d687debf08d096ec032faeb8 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