From 04f7cbea11b520bc2452d5852b3ca8dcb6fa76c9 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 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 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 -- 2.34.1