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_2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04f7cbea11b520bc2452d5852b3ca8dcb6fa76c9;p=oweals%2Fopenssl.git Fix modes.h so that indent doesn't complain Reviewed-by: Tim Hudson --- diff --git a/crypto/modes/modes.h b/crypto/modes/modes.h index 3629e54075..f7759764a1 100644 --- 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