merge lp:~mvo/apt/sha512-template to add support for sha512
[ntk/apt.git] / ftparchive / writer.h
index ce0eab7..b8747de 100644 (file)
@@ -195,6 +195,7 @@ protected:
       string MD5;
       string SHA1;
       string SHA256;
+      string SHA512;
       // Limited by FileFd::Size()
       unsigned long size;
       ~CheckSum() {};