utils: really remove the __END_DECLS macro

Fixes: d1efa09d34 "util: import sha1 implementation from OpenBSD"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2017-01-18 19:48:37 +00:00 committed by Emil Velikov
parent 9f8dc3bf03
commit ea8b2624c8
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ void SHA1Pad(SHA1_CTX *);
void SHA1Transform(uint32_t [5], const uint8_t [SHA1_BLOCK_LENGTH]);
void SHA1Update(SHA1_CTX *, const uint8_t *, size_t);
void SHA1Final(uint8_t [SHA1_DIGEST_LENGTH], SHA1_CTX *);
__END_DECLS
#define HTONDIGEST(x) do { \
x[0] = htonl(x[0]); \