summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-12-14 10:58:43 +0100
committerMichael Vogt <egon@bottom>2006-12-14 10:58:43 +0100
commita7a5b0e45e2e66ab2142da8181bcc9cd0b3ba8a8 (patch)
tree853f9b39f531bfa3a0ababa2d2c150a32c133699 /apt-pkg/contrib/sha256.cc
parent06ce8ac63b1cc476aba2687a4a742cbe59023096 (diff)
parentd2de5a7619a77343e1dd1fc255a84dfcca2807be (diff)
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/contrib/sha256.cc')
-rw-r--r--apt-pkg/contrib/sha256.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/apt-pkg/contrib/sha256.cc b/apt-pkg/contrib/sha256.cc
index b75ce8a84..ecda3d8e8 100644
--- a/apt-pkg/contrib/sha256.cc
+++ b/apt-pkg/contrib/sha256.cc
@@ -18,6 +18,12 @@
* any later version.
*
*/
+
+#ifdef __GNUG__
+#pragma implementation "apt-pkg/sha256.h"
+#endif
+
+
#define SHA256_DIGEST_SIZE 32
#define SHA256_HMAC_BLOCK_SIZE 64