remove old undocumented compat interfaces in hashlib and pwd #5881

This commit is contained in:
Benjamin Peterson 2009-05-04 22:25:21 +00:00
parent ec75312eaa
commit e04b627a11
5 changed files with 6 additions and 16 deletions

View file

@ -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 */
};