aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/cryptography.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-03 16:41:30 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-03 17:41:30 -0400
commit92f570eabe713653e5fe2dc9ba666493df047ccb (patch)
treeccc909d2897e0943a676f4e77bb5a9ec8ef4fcd8 /src/_cffi_src/openssl/cryptography.py
parent5fb10210276a10f104318504aa81d2ba9c42cba8 (diff)
downloadcryptography-92f570eabe713653e5fe2dc9ba666493df047ccb.tar.gz
cryptography-92f570eabe713653e5fe2dc9ba666493df047ccb.tar.bz2
cryptography-92f570eabe713653e5fe2dc9ba666493df047ccb.zip
use openssl constants (#3534)
Diffstat (limited to 'src/_cffi_src/openssl/cryptography.py')
-rw-r--r--src/_cffi_src/openssl/cryptography.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/cryptography.py b/src/_cffi_src/openssl/cryptography.py
index 8372055b..aa01c833 100644
--- a/src/_cffi_src/openssl/cryptography.py
+++ b/src/_cffi_src/openssl/cryptography.py
@@ -51,6 +51,8 @@ static const int CRYPTOGRAPHY_OPENSSL_110_OR_GREATER;
static const int CRYPTOGRAPHY_OPENSSL_LESS_THAN_102I;
+static const int CRYPTOGRAPHY_OPENSSL_LESS_THAN_102;
+
static const int CRYPTOGRAPHY_IS_LIBRESSL;
"""