]> git.pld-linux.org Git - packages/python-M2Crypto.git/blame - python-M2Crypto-store2ssl.patch
- rebuild with python 3.8
[packages/python-M2Crypto.git] / python-M2Crypto-store2ssl.patch
CommitLineData
43609803
JB
1--- m2crypto-0.17beta1/SWIG/_ssl.i.orig 2006-04-01 00:11:55.000000000 +0200
2+++ m2crypto-0.17beta1/SWIG/_ssl.i 2006-12-06 23:41:00.895934552 +0100
3@@ -699,5 +699,10 @@
4 {
5 return SSL_is_init_finished(ssl);
6 }
7+
8+SSL *x509_store_ctx_get_ssl(X509_STORE_CTX *ctx) {
9+ return (SSL *)X509_STORE_CTX_get_app_data(ctx);
10+}
11+
12 %}
13
This page took 0.07838 seconds and 4 git commands to generate.