summaryrefslogtreecommitdiff
path: root/src/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-06 01:57:35 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-06 07:57:35 -0400
commit34036d649f3f666cbadba3b737e03daa55e86d20 (patch)
treeae00a95073fb78a0df9dfde8e0daa17b98fdbd0c /src/cryptography
parente2e87824051d3a6a3fc66d4af35dea52b531a230 (diff)
downloadcryptography-34036d649f3f666cbadba3b737e03daa55e86d20.tar.gz
bind even more evp (#3684)
* bind even more evp * oops
Diffstat (limited to 'src/cryptography')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 8672a599d..10c94d763 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -176,7 +176,8 @@ CONDITIONAL_NAMES = {
"Cryptography_HAS_X25519": [
"NID_X25519",
],
- "Cryptography_HAS_EVP_PKEY_get1_tls_encodedpoint": [
+ "Cryptography_HAS_EVP_PKEY_get_set_tls_encodedpoint": [
"EVP_PKEY_get1_tls_encodedpoint",
+ "EVP_PKEY_set1_tls_encodedpoint",
],
}