r3959 - branches/2.0/varnish-cache/include

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Mar 19 13:54:44 CET 2009


Author: tfheen
Date: 2009-03-19 13:54:44 +0100 (Thu, 19 Mar 2009)
New Revision: 3959

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



Modified: branches/2.0/varnish-cache/include/vsha256.h
===================================================================
--- branches/2.0/varnish-cache/include/vsha256.h	2009-03-19 12:50:02 UTC (rev 3958)
+++ branches/2.0/varnish-cache/include/vsha256.h	2009-03-19 12:54:44 UTC (rev 3959)
@@ -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