diff options
Diffstat (limited to 'openssl/src')
| -rw-r--r-- | openssl/src/ec.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/src/ec.rs b/openssl/src/ec.rs index 33c15569..122dd7f2 100644 --- a/openssl/src/ec.rs +++ b/openssl/src/ec.rs @@ -66,6 +66,7 @@ impl EcGroupRef { } /// Places the components of a curve over a binary field in the provided `BigNum`s. + #[cfg(not(osslconf = "OPENSSL_NO_EC2M"))] pub fn components_gf2m(&self, p: &mut BigNumRef, a: &mut BigNumRef, |