]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.cc
* merged apt--no-pragma
[apt.git] / apt-pkg / deb / debrecords.cc
index 518988bb660edffb6c2f00ef20d2267dc182bee0..5421b3db706d0670b13f4071fd6b81bdaf2f8cab 100644 (file)
@@ -8,9 +8,6 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/debrecords.h"
-#endif
 #include <apt-pkg/debrecords.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/error.h>
@@ -67,7 +64,7 @@ string debRecordParser::MD5Hash()
 /* */
 string debRecordParser::SHA1Hash()
 {
-   return Section.FindS("SHA1Sum");
+   return Section.FindS("SHA1");
 }
                                                                        /*}}}*/
 // RecordParser::Maintainer - Return the maintainer email              /*{{{*/