aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/backends/openssl/opensslv.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/hazmat/backends/openssl/opensslv.py')
-rw-r--r--cryptography/hazmat/backends/openssl/opensslv.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cryptography/hazmat/backends/openssl/opensslv.py b/cryptography/hazmat/backends/openssl/opensslv.py
index d463776c..397f4ca2 100644
--- a/cryptography/hazmat/backends/openssl/opensslv.py
+++ b/cryptography/hazmat/backends/openssl/opensslv.py
@@ -16,7 +16,8 @@ INCLUDES = """
"""
TYPES = """
-static char *const OPENSSL_VERSION_TEXT;
+static const int OPENSSL_VERSION_NUMBER;
+static const char *const OPENSSL_VERSION_TEXT;
"""
FUNCTIONS = """
@@ -27,3 +28,5 @@ MACROS = """
CUSTOMIZATIONS = """
"""
+
+CONDITIONAL_NAMES = {}