Fix modes.h so that indent doesn't complain
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
45bd3616bb
commit
04f7cbea11
@ -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,
|
size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv,
|
||||||
unsigned char *out,
|
unsigned char *out,
|
||||||
const unsigned char *in, size_t inlen, block128_f block);
|
const unsigned char *in, size_t inlen, block128_f block);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user