$OpenBSD: patch-lib_Crypto_SelfTest_Signature_test_pkcs1_pss_py,v 1.2 2012/05/25 12:13:01 jasper Exp $
--- lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py.orig	Thu May 24 14:55:30 2012
+++ lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py	Fri May 25 09:16:28 2012
@@ -394,7 +394,7 @@ class PKCS1_PSS_Tests(unittest.TestCase):
                             return bchr(0x00)*maskLen
 
                         # Verify that PSS is friendly to all ciphers
-                        for hashmod in (MD2,MD5,SHA,SHA224,SHA256,SHA384,RIPEMD):
+                        for hashmod in (MD5,SHA,SHA224,SHA256,SHA384,RIPEMD):
                             h = hashmod.new()
                             h.update(b('blah blah blah'))
 
