aboutsummaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files/patch-demo::evp_ciph_test.py
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-31 01:52:00 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-31 01:52:00 +0000
commitd057b0a10594b8caaf0793969c813d6e3ea2a641 (patch)
treed894bdd8bb6c5f5db93dd3aae2a789e7f82a59fd /security/py-m2crypto/files/patch-demo::evp_ciph_test.py
parent14b3d821574df3203db608e86a6431ac5d114ac8 (diff)
downloadports-d057b0a10594b8caaf0793969c813d6e3ea2a641.tar.gz
ports-d057b0a10594b8caaf0793969c813d6e3ea2a641.zip
Add py-m2crypto 0.06, a python wrapper for OpenSSL.
PR: 26155 Submitted by: Peter Haight <peterh@sapros.com>
Notes
Notes: svn path=/head/; revision=40616
Diffstat (limited to 'security/py-m2crypto/files/patch-demo::evp_ciph_test.py')
-rw-r--r--security/py-m2crypto/files/patch-demo::evp_ciph_test.py10
1 files changed, 10 insertions, 0 deletions
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',\