apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash with libssl
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jul 2011 16:40:34 +0000 (18:40 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jul 2011 16:40:34 +0000 (18:40 +0200)
apt-pkg/contrib/sha2_internal.h

index bf759ad..d9d429c 100644 (file)
 #ifndef __SHA2_H__
 #define __SHA2_H__
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
 /*
  * Import u_intXX_t size_t type definitions from system headers.  You
  * may need to change this, or define these things yourself in this
@@ -189,9 +184,5 @@ char* SHA512_Data();
 
 #endif /* NOPROTO */
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
 #endif /* __SHA2_H__ */