aboutsummaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-m2crypto/files')
-rw-r--r--security/py-m2crypto/files/patch-_evp.i13
-rw-r--r--security/py-m2crypto/files/patch-demo::evp_ciph_test.py10
2 files changed, 23 insertions, 0 deletions
diff --git a/security/py-m2crypto/files/patch-_evp.i b/security/py-m2crypto/files/patch-_evp.i
new file mode 100644
index 000000000000..0d3f17bd1d65
--- /dev/null
+++ b/security/py-m2crypto/files/patch-_evp.i
@@ -0,0 +1,13 @@
+--- _evp.i.orig Tue Mar 27 12:13:08 2001
++++ _evp.i Tue Mar 27 12:13:13 2001
+@@ -36,10 +36,6 @@
+ %name(bf_cbc) extern EVP_CIPHER *EVP_bf_cbc(void);
+ %name(bf_cfb) extern EVP_CIPHER *EVP_bf_cfb(void);
+ %name(bf_ofb) extern EVP_CIPHER *EVP_bf_ofb(void);
+-%name(idea_ecb) extern EVP_CIPHER *EVP_idea_ecb(void);
+-%name(idea_cbc) extern EVP_CIPHER *EVP_idea_cbc(void);
+-%name(idea_cfb) extern EVP_CIPHER *EVP_idea_cfb(void);
+-%name(idea_ofb) extern EVP_CIPHER *EVP_idea_ofb(void);
+ %name(cast5_ecb) extern EVP_CIPHER *EVP_cast5_ecb(void);
+ %name(cast5_cbc) extern EVP_CIPHER *EVP_cast5_cbc(void);
+ %name(cast5_cfb) extern EVP_CIPHER *EVP_cast5_cfb(void);
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',\