Missing trailing newline.

This commit is contained in:
Orson Peters 2015-07-19 18:45:38 +02:00
parent 39609f003c
commit 761f035ad8
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ int sha512_final(sha512_context * md, unsigned char *out);
int sha512_update(sha512_context * md, const unsigned char *in, size_t inlen);
int sha512(const unsigned char *message, size_t message_len, unsigned char *out);
#endif
#endif