Skip to content
Snippets Groups Projects
Commit 45297f7e authored by Emil Velikov's avatar Emil Velikov
Browse files

utils: really remove the __END_DECLS macro


Fixes: d1efa09d "util: import sha1 implementation from OpenBSD"
Signed-off-by: default avatarEmil Velikov <emil.velikov@collabora.com>
(cherry picked from commit ea8b2624)
parent acc78377
No related branches found
No related tags found
Loading
......@@ -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]); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment