aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-19 00:50:48 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-19 00:50:48 -0600
commitfdc61a26ea32e2563dfcbe17484b6e662d7f1e0a (patch)
tree55b21611b946a048574e5a5919a68b4b06de2662
parente5463ccb335149da72e455473af920b1dea453cf (diff)
downloadplatform_external_python_cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.tar.gz
platform_external_python_cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.tar.bz2
platform_external_python_cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.zip
expose the ed448 nid (#4717)
we already did all the conditional binding, but forgot to actually expose it.
-rw-r--r--src/_cffi_src/openssl/nid.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/nid.py b/src/_cffi_src/openssl/nid.py
index bf445aa8..4117b933 100644
--- a/src/_cffi_src/openssl/nid.py
+++ b/src/_cffi_src/openssl/nid.py
@@ -97,6 +97,7 @@ static const int NID_sect571r1;
static const int NID_X25519;
static const int NID_X448;
static const int NID_ED25519;
+static const int NID_ED448;
static const int NID_wap_wsg_idm_ecid_wtls1;
static const int NID_wap_wsg_idm_ecid_wtls3;
static const int NID_wap_wsg_idm_ecid_wtls4;