From 2e4d15fd0484fe07e298b00041ac8f9a0579d9e5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 21 Jan 2015 22:38:06 +0000 Subject: [PATCH] Fix modes.h so that indent doesn't complain Conflicts: crypto/modes/modes.h Reviewed-by: Tim Hudson --- crypto/modes/modes.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1