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:
3b0e0d1
)
Fix modes.h so that indent doesn't complain
author
Matt Caswell
<matt@openssl.org>
Wed, 21 Jan 2015 22:38:06 +0000
(22:38 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 22 Jan 2015 09:38:24 +0000
(09:38 +0000)
Conflicts:
crypto/modes/modes.h
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/modes/modes.h
patch
|
blob
|
history
diff --git
a/crypto/modes/modes.h
b/crypto/modes/modes.h
index 7773c2542e5c8414369b4c700ec37568d0763bf5..2ce24f6a4d81948af391331c63800a98d175e779 100644
(file)
--- a/
crypto/modes/modes.h
+++ b/
crypto/modes/modes.h
@@
-136,6
+136,7
@@
typedef struct xts128_context XTS128_CONTEXT;
int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, const unsigned char iv[16],
const unsigned char *inp, unsigned char *out, size_t len, int enc);
+
#ifdef __cplusplus
}
#endif