From d057b0a10594b8caaf0793969c813d6e3ea2a641 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 31 Mar 2001 01:52:00 +0000 Subject: Add py-m2crypto 0.06, a python wrapper for OpenSSL. PR: 26155 Submitted by: Peter Haight --- security/py-m2crypto/files/patch-demo::evp_ciph_test.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/py-m2crypto/files/patch-demo::evp_ciph_test.py (limited to 'security/py-m2crypto/files/patch-demo::evp_ciph_test.py') diff --git a/security/py-m2crypto/files/patch-demo::evp_ciph_test.py b/security/py-m2crypto/files/patch-demo::evp_ciph_test.py new file mode 100644 index 000000000000..0fcfbc27e398 --- /dev/null +++ b/security/py-m2crypto/files/patch-demo::evp_ciph_test.py @@ -0,0 +1,10 @@ +--- ../demo/evp_ciph_test.py.orig Tue Mar 27 12:34:18 2001 ++++ ../demo/evp_ciph_test.py Tue Mar 27 12:34:25 2001 +@@ -47,7 +47,6 @@ + + if __name__=='__main__': + ciphers=['bf_ecb', 'bf_cbc', 'bf_cfb', 'bf_ofb',\ +- 'idea_ecb', 'idea_cbc', 'idea_cfb', 'idea_ofb',\ + 'cast5_ecb', 'cast5_cbc', 'cast5_cfb', 'cast5_ofb',\ + 'rc5_ecb', 'rc5_cbc', 'rc5_cfb', 'rc5_ofb',\ + 'des_ecb', 'des_cbc', 'des_cfb', 'des_ofb',\ -- cgit v1.2.3