1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-31 20:48:57 +00:00

remove extra newline in blake2b include file

This commit is contained in:
philsmd 2020-06-25 17:05:32 +02:00
parent bd9304724c
commit 2f34ad7943
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -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_final_vector (blake2b_ctx_vector_t *ctx);
#endif // _INC_HASH_BLAKE2B_H