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:
45bd361
)
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:29:06 +0000
(09:29 +0000)
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 3629e540758bdb69540088a1d131f490036241c6..f7759764a17fa1e19a3e364d2785f92de17848db 100644
(file)
--- a/
crypto/modes/modes.h
+++ b/
crypto/modes/modes.h
@@
-144,6
+144,7
@@
size_t CRYPTO_128_wrap(void *key, const unsigned char *iv,
size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
unsigned char *out,
const unsigned char *in, size_t inlen, block128_f block);
+
#ifdef __cplusplus
}
#endif