$OpenBSD: patch-lib_Crypto_SelfTest_Hash___init__py,v 1.6 2017/03/14 00:43:28 danj Exp $
--- lib/Crypto/SelfTest/Hash/__init__.py.orig	Mon Oct 14 17:38:10 2013
+++ lib/Crypto/SelfTest/Hash/__init__.py	Mon Mar 13 20:42:25 2017
@@ -29,7 +29,6 @@ __revision__ = "$Id: patch-lib_Crypto_SelfTest_Hash___init__py,v 1.6 2017/03/14 00:43:28 danj Exp $"
 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)
