]> err.no Git - varnish/commitdiff
Remove __BEGIN_DECLS and __END_DECLS as those do not exist on Solaris (and we do...
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Feb 2009 09:48:10 +0000 (09:48 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Feb 2009 09:48:10 +0000 (09:48 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3777 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/vsha256.h

index feaddb830fda5df67aaa114135a00fe90026ed78..7faef930e3423b1809997f4e7e8ebb84f0beed0f 100644 (file)
@@ -37,11 +37,9 @@ typedef struct SHA256Context {
        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_ */