aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 11e329e7..d047736e 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -166,4 +166,8 @@ CONDITIONAL_NAMES = {
"sk_SCT_value",
"SCT_LIST_free",
],
+ "Cryptography_HAS_X509_STORE_CTX_GET_ISSUER": [
+ "X509_STORE_get_get_issuer",
+ "X509_STORE_set_get_issuer",
+ ],
}