aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-10 21:48:37 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-10 21:48:37 -0400
commit5d3965bbfad2364c45e3a5e4cb9cd11b87fd2d83 (patch)
treef245448c45a700e14228f7a7bd1e3e13e0fb80e9 /src
parenta13a19e029f1f47e0a339925bb7faf6f4affa3e6 (diff)
downloadcryptography-5d3965bbfad2364c45e3a5e4cb9cd11b87fd2d83.tar.gz
cryptography-5d3965bbfad2364c45e3a5e4cb9cd11b87fd2d83.tar.bz2
cryptography-5d3965bbfad2364c45e3a5e4cb9cd11b87fd2d83.zip
this was actually added in 1.0.2-beta3
Diffstat (limited to 'src')
-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 a16e2648..d3145f58 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -369,7 +369,7 @@ void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
#endif
/* Added in 1.0.2 but we need it in all versions now due to the great
opaquing. */
-#if OPENSSL_VERSION_NUMBER < 0x1000200fL || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10002003L || defined(LIBRESSL_VERSION_NUMBER)
/* from x509/x_x509.c */
int i2d_re_X509_tbs(X509 *x, unsigned char **pp)
{