From e04b627a116b4fed8fd76f9376ef53592c49d183 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 4 May 2009 22:25:21 +0000 Subject: remove old undocumented compat interfaces in hashlib and pwd #5881 --- Modules/_hashopenssl.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Modules/_hashopenssl.c') diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c index 0dae5158d5..ae743946b1 100644 --- a/Modules/_hashopenssl.c +++ b/Modules/_hashopenssl.c @@ -281,12 +281,6 @@ static PyGetSetDef EVP_getseters[] = { (getter)EVP_get_block_size, NULL, NULL, NULL}, - /* the old md5 and sha modules support 'digest_size' as in PEP 247. - * the old sha module also supported 'digestsize'. ugh. */ - {"digestsize", - (getter)EVP_get_digest_size, NULL, - NULL, - NULL}, {NULL} /* Sentinel */ }; -- cgit v1.2.1