From: Matt Caswell Date: Wed, 21 Jan 2015 22:38:06 +0000 (+0000) Subject: Fix modes.h so that indent doesn't complain X-Git-Tag: OpenSSL_1_0_1-post-reformat~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e4d15fd0484fe07e298b00041ac8f9a0579d9e5;p=oweals%2Fopenssl.git Fix modes.h so that indent doesn't complain Conflicts: crypto/modes/modes.h Reviewed-by: Tim Hudson --- 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