Commit 04f7cbea authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix modes.h so that indent doesn't complain



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 45bd3616
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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