Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4a4de commit 410f4a1Copy full SHA for 410f4a1
src/rust/src/backend/ec.rs
@@ -65,11 +65,11 @@ fn curve_from_py_curve(
65
"sect409k1" => openssl::nid::Nid::SECT409K1,
66
"sect571k1" => openssl::nid::Nid::SECT571K1,
67
68
- #[cfg(not(any(CRYPTOGRAPHY_IS_LIBRESSL, CRYPTOGRAPHY_IS_BORINGSSL)))]
+ #[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
69
"brainpoolP256r1" => openssl::nid::Nid::BRAINPOOL_P256R1,
70
71
"brainpoolP384r1" => openssl::nid::Nid::BRAINPOOL_P384R1,
72
73
"brainpoolP512r1" => openssl::nid::Nid::BRAINPOOL_P512R1,
74
75
_ => {
0 commit comments