openbsd-ports/security/py-crypto/patches/patch-Hash___init___py
wcmaier 4b1391964c Take MAINTAINERSHIP from ish@ (timed out).
Clean up port (MODPY_EGG_VERSION, SUBST_VARS, typo in license
marker) and regen patches while here.

ok merdely@
2008-06-11 02:59:32 +00:00

19 lines
650 B
Plaintext

$OpenBSD: patch-Hash___init___py,v 1.2 2008/06/11 02:59:32 wcmaier Exp $
--- Hash/__init__.py.orig Fri Dec 19 08:24:25 2003
+++ Hash/__init__.py Wed May 28 20:55:20 2008
@@ -12,13 +12,12 @@ The hashing modules here all support the interface des
Submodules:
Crypto.Hash.HMAC RFC 2104: Keyed-Hashing for Message Authentication
-Crypto.Hash.MD2
Crypto.Hash.MD4
Crypto.Hash.MD5
Crypto.Hash.RIPEMD
Crypto.Hash.SHA
"""
-__all__ = ['HMAC', 'MD2', 'MD4', 'MD5', 'RIPEMD', 'SHA', 'SHA256']
+__all__ = ['HMAC', 'MD4', 'MD5', 'RIPEMD', 'SHA', 'SHA256']
__revision__ = "$Id: patch-Hash___init___py,v 1.2 2008/06/11 02:59:32 wcmaier Exp $"