summaryrefslogtreecommitdiffstats
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:29:06 +0000
commit04f7cbea11b520bc2452d5852b3ca8dcb6fa76c9 (patch)
treeb71d063ea6da6517a47743729012856e6d6d7319
parent45bd3616bb87f2779a6adebeaa713357d683cdfa (diff)
Fix modes.h so that indent doesn't complain
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 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