summaryrefslogtreecommitdiff
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:38:24 +0000
commit2e4d15fd0484fe07e298b00041ac8f9a0579d9e5 (patch)
treee4eb942fe7a28c25a8835ff473c25e996a8d3c5b
parent3b0e0d1231b399a57a0322ce1f02c0c56d46a043 (diff)
downloadopenssl-new-2e4d15fd0484fe07e298b00041ac8f9a0579d9e5.tar.gz
Fix modes.h so that indent doesn't complain
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 7773c2542e..2ce24f6a4d 100644
--- 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