]> git.pld-linux.org Git - packages/python-M2Crypto.git/commitdiff
- provide a way to get SSL from X509_Store_Context from pure python (needed by curren...
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Dec 2006 23:29:15 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-M2Crypto-store2ssl.patch -> 1.1

python-M2Crypto-store2ssl.patch [new file with mode: 0644]

diff --git a/python-M2Crypto-store2ssl.patch b/python-M2Crypto-store2ssl.patch
new file mode 100644 (file)
index 0000000..d1ce88d
--- /dev/null
@@ -0,0 +1,13 @@
+--- m2crypto-0.17beta1/SWIG/_ssl.i.orig        2006-04-01 00:11:55.000000000 +0200
++++ m2crypto-0.17beta1/SWIG/_ssl.i     2006-12-06 23:41:00.895934552 +0100
+@@ -699,5 +699,10 @@
+ {
+   return SSL_is_init_finished(ssl);
+ }
++
++SSL *x509_store_ctx_get_ssl(X509_STORE_CTX *ctx) {
++  return (SSL *)X509_STORE_CTX_get_app_data(ctx);
++}
++
+ %}
This page took 0.05161 seconds and 4 git commands to generate.