mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 12:21:07 +00:00
remove extra newline in blake2b include file
This commit is contained in:
parent
bd9304724c
commit
2f34ad7943
@ -86,5 +86,4 @@ DECLSPEC void blake2b_init_vector (blake2b_ctx_vector_t *ctx);
|
|||||||
DECLSPEC void blake2b_update_vector (blake2b_ctx_vector_t *ctx, const u32x *w, const u32 len);
|
DECLSPEC void blake2b_update_vector (blake2b_ctx_vector_t *ctx, const u32x *w, const u32 len);
|
||||||
DECLSPEC void blake2b_final_vector (blake2b_ctx_vector_t *ctx);
|
DECLSPEC void blake2b_final_vector (blake2b_ctx_vector_t *ctx);
|
||||||
|
|
||||||
|
|
||||||
#endif // _INC_HASH_BLAKE2B_H
|
#endif // _INC_HASH_BLAKE2B_H
|
||||||
|
Loading…
Reference in New Issue
Block a user