diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-19 00:50:48 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-19 00:50:48 -0600 |
commit | fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a (patch) | |
tree | 55b21611b946a048574e5a5919a68b4b06de2662 /src/_cffi_src | |
parent | e5463ccb335149da72e455473af920b1dea453cf (diff) | |
download | cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.tar.gz cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.tar.bz2 cryptography-fdc61a26ea32e2563dfcbe17484b6e662d7f1e0a.zip |
expose the ed448 nid (#4717)
we already did all the conditional binding, but forgot to actually
expose it.
Diffstat (limited to 'src/_cffi_src')
-rw-r--r-- | src/_cffi_src/openssl/nid.py | 1 |
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; |