From fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 19 Jan 2019 00:50:48 -0600 Subject: expose the ed448 nid (#4717) we already did all the conditional binding, but forgot to actually expose it. --- src/_cffi_src/openssl/nid.py | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3