Fix modes.h so that indent doesn't complain
Conflicts: crypto/modes/modes.h Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
3b0e0d1231
commit
2e4d15fd04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user