$OpenBSD: patch-lib_Crypto_SelfTest_Hash___init__py,v 1.3 2011/12/28 09:56:38 mpi Exp $
--- lib/Crypto/SelfTest/Hash/__init__.py.orig	Fri Nov  4 20:17:40 2011
+++ lib/Crypto/SelfTest/Hash/__init__.py	Mon Dec 26 09:50:24 2011
@@ -29,7 +29,6 @@
 def get_tests(config={}):
     tests = []
     from Crypto.SelfTest.Hash import test_HMAC;   tests += test_HMAC.get_tests(config=config)
-    from Crypto.SelfTest.Hash import test_MD2;    tests += test_MD2.get_tests(config=config)
     from Crypto.SelfTest.Hash import test_MD4;    tests += test_MD4.get_tests(config=config)
     from Crypto.SelfTest.Hash import test_MD5;    tests += test_MD5.get_tests(config=config)
     from Crypto.SelfTest.Hash import test_RIPEMD; tests += test_RIPEMD.get_tests(config=config)
