summaryrefslogtreecommitdiffstats
path: root/Modules/_hashopenssl.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-04 22:25:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-04 22:25:21 (GMT)
commite04b627a116b4fed8fd76f9376ef53592c49d183 (patch)
treed34fbf300c14d372370177e81d3e3cab48999d55 /Modules/_hashopenssl.c
parentec75312eaafd6535347378179c657fca9e021e0b (diff)
downloadcpython-e04b627a116b4fed8fd76f9376ef53592c49d183.zip
cpython-e04b627a116b4fed8fd76f9376ef53592c49d183.tar.gz
cpython-e04b627a116b4fed8fd76f9376ef53592c49d183.tar.bz2
remove old undocumented compat interfaces in hashlib and pwd #5881
Diffstat (limited to 'Modules/_hashopenssl.c')
-rw-r--r--Modules/_hashopenssl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
index 0dae515..ae74394 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 */
};