$OpenBSD: patch-lib_Crypto_Cypher___init___py,v 1.3 2011/10/10 10:08:05 mpi Exp $
--- lib/Crypto/Cipher/__init__.py.orig	Fri Aug 27 06:41:55 2010
+++ lib/Crypto/Cipher/__init__.py	Sun Oct  9 17:06:47 2011
@@ -31,7 +31,6 @@ If you don't know which algorithm to choose, use AES b
 standard and has undergone a fair bit of examination.
 
 Crypto.Cipher.AES         Advanced Encryption Standard
-Crypto.Cipher.ARC2        Alleged RC2
 Crypto.Cipher.ARC4        Alleged RC4
 Crypto.Cipher.Blowfish
 Crypto.Cipher.CAST
@@ -41,7 +40,7 @@ Crypto.Cipher.DES3        Triple DES.
 Crypto.Cipher.XOR         The simple XOR cipher.
 """
 
-__all__ = ['AES', 'ARC2', 'ARC4',
+__all__ = ['AES', 'ARC4',
            'Blowfish', 'CAST', 'DES', 'DES3',
            'XOR'
            ]
