From 8d79b99c1a3338e31e8def858cee3209824ae8bf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 26 Jul 2006 18:59:40 +0200 Subject: * #cough# - actually use sha256 --- python/apt_pkgmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc index 01e9c200..b1c5c2a5 100644 --- a/python/apt_pkgmodule.cc +++ b/python/apt_pkgmodule.cc @@ -408,7 +408,7 @@ static PyMethodDef methods[] = // Stuff {"md5sum",md5sum,METH_VARARGS,doc_md5sum}, {"sha1sum",sha1sum,METH_VARARGS,doc_sha1sum}, - {"sha256sum",sha1sum,METH_VARARGS,doc_sha256sum}, + {"sha256sum",sha256sum,METH_VARARGS,doc_sha256sum}, // Strings {"CheckDomainList",StrCheckDomainList,METH_VARARGS,"CheckDomainList(String,String) -> Bool"}, -- cgit v1.2.3