aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-26 10:37:11 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-26 16:37:11 -0400
commitb867003543fca711f7c75b9050c30122dce14558 (patch)
treedecaf39af9c93cee7f5800d680bdb2848aba3229 /src/_cffi_src/openssl/x509.py
parent3662b8cf8507089111b92703435ae7fea4c21834 (diff)
downloadcryptography-b867003543fca711f7c75b9050c30122dce14558.tar.gz
cryptography-b867003543fca711f7c75b9050c30122dce14558.tar.bz2
cryptography-b867003543fca711f7c75b9050c30122dce14558.zip
some wconversion fixes (#3727)
Diffstat (limited to 'src/_cffi_src/openssl/x509.py')
-rw-r--r--src/_cffi_src/openssl/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index 98b5b8e2..af2b6a77 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -296,7 +296,7 @@ int i2d_RSAPrivateKey(RSA *, unsigned char **);
int i2d_DSAPublicKey(DSA *, unsigned char **);
int i2d_DSAPrivateKey(DSA *, unsigned char **);
-int X509_CRL_get_version(X509_CRL *);
+long X509_CRL_get_version(X509_CRL *);
ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *);
ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *);
X509_NAME *X509_CRL_get_issuer(X509_CRL *);