summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-21 22:38:06 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:46:01 +0000
commit31082f2127c15e5b0610df98b902a79fe4dd9600 (patch)
tree0fa43ce2e33412372ed193194c45f0c0c36a4e39
parent2c783509f454fc111a27e5967176b35832269921 (diff)
Fix modes.h so that indent doesn't complain
Conflicts: crypto/modes/modes.h Conflicts: crypto/modes/modes.h Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--crypto/modes/modes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/modes/modes.h b/crypto/modes/modes.h
index af8d97d795..900d220a83 100644
--- a/crypto/modes/modes.h
+++ b/crypto/modes/modes.h
@@ -57,3 +57,4 @@ size_t CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out,
size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out,
size_t len, const void *key,
unsigned char ivec[16], cbc128_f cbc);
+