aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-05 14:45:44 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-05 20:45:44 -0400
commit023eccfc044c2f6a377f22fe50227175aca6fb4c (patch)
treeb6c0c68228c7923f8df10e7cf7e28e71169f64bc /src/cryptography/hazmat/bindings/openssl/_conditional.py
parent580f434b341abdd53f4031a5a0066547cc3065f9 (diff)
downloadcryptography-023eccfc044c2f6a377f22fe50227175aca6fb4c.tar.gz
cryptography-023eccfc044c2f6a377f22fe50227175aca6fb4c.tar.bz2
cryptography-023eccfc044c2f6a377f22fe50227175aca6fb4c.zip
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl/_conditional.py')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 942ac60b..8672a599 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -176,4 +176,7 @@ CONDITIONAL_NAMES = {
"Cryptography_HAS_X25519": [
"NID_X25519",
],
+ "Cryptography_HAS_EVP_PKEY_get1_tls_encodedpoint": [
+ "EVP_PKEY_get1_tls_encodedpoint",
+ ],
}