Mesa (17.0): utils: really remove the __END_DECLS macro

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jan 19 14:34:14 UTC 2017


Module: Mesa
Branch: 17.0
Commit: 45297f7e4abe152c82f43216eb473f5248fd18cd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=45297f7e4abe152c82f43216eb473f5248fd18cd

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jan 18 19:48:37 2017 +0000

utils: really remove the __END_DECLS macro

Fixes: d1efa09d342 "util: import sha1 implementation from OpenBSD"
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
(cherry picked from commit ea8b2624c8da1061e93124a760cae2ffb5f027ad)

---

 src/util/sha1/sha1.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/sha1/sha1.h b/src/util/sha1/sha1.h
index de07e1a..243481a 100644
--- 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]);                                             \




More information about the mesa-commit mailing list