projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8dc3b
)
utils: really remove the __END_DECLS macro
author
Emil Velikov
<emil.velikov@collabora.com>
Wed, 18 Jan 2017 19:48:37 +0000
(19:48 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 18 Jan 2017 20:09:57 +0000
(20:09 +0000)
Fixes: d1efa09d342 "util: import sha1 implementation from OpenBSD"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/util/sha1/sha1.h
patch
|
blob
|
history
diff --git
a/src/util/sha1/sha1.h
b/src/util/sha1/sha1.h
index de07e1a477a0cc389e9940fcdb2c8e27e8fc0fe6..243481a98e439879ce6dde2ec47211014090f709 100644
(file)
--- a/
src/util/sha1/sha1.h
+++ b/
src/util/sha1/sha1.h
@@
-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]); \