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:38:24 +0000 (09:38 +0000)
Conflicts:
crypto/modes/modes.h

Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/modes/modes.h

index 7773c2542e5c8414369b4c700ec37568d0763bf5..2ce24f6a4d81948af391331c63800a98d175e779 100644 (file)
@@ -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