Fix modes.h so that indent doesn't complain
authorMatt Caswell <matt@openssl.org>
Wed, 21 Jan 2015 22:38:06 +0000 (22:38 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:29:06 +0000 (09:29 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/modes/modes.h

index 3629e540758bdb69540088a1d131f490036241c6..f7759764a17fa1e19a3e364d2785f92de17848db 100644 (file)
@@ -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