r3777 - trunk/varnish-cache/include

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Feb 17 10:48:10 CET 2009


Author: tfheen
Date: 2009-02-17 10:48:10 +0100 (Tue, 17 Feb 2009)
New Revision: 3777

Modified:
   trunk/varnish-cache/include/vsha256.h
Log:
Remove __BEGIN_DECLS and __END_DECLS as those do not exist on Solaris (and we do not need them)


Modified: trunk/varnish-cache/include/vsha256.h
===================================================================
--- trunk/varnish-cache/include/vsha256.h	2009-02-17 09:46:33 UTC (rev 3776)
+++ trunk/varnish-cache/include/vsha256.h	2009-02-17 09:48:10 UTC (rev 3777)
@@ -37,11 +37,9 @@
 	unsigned char buf[64];
 } SHA256_CTX;
 
-__BEGIN_DECLS
 void	SHA256_Init(SHA256_CTX *);
 void	SHA256_Update(SHA256_CTX *, const void *, size_t);
 void	SHA256_Final(unsigned char [32], SHA256_CTX *);
 void	SHA256_Test(void);
-__END_DECLS
 
 #endif /* !_SHA256_H_ */



More information about the varnish-commit mailing list