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 00e12f7 commit 643db6eCopy full SHA for 643db6e
openssl/src/ossl_param.rs
@@ -9,10 +9,6 @@
9
//! Note, that this module is available only in OpenSSL 3.* and
10
//! only internally for this crate!
11
12
-// Depending on which version of OpenSSL is used, and which algorithms
13
-// are exposed in the bindings, not all of these functions are used.
14
-#![allow(dead_code)]
15
-
16
use crate::bn::{BigNum, BigNumRef};
17
use crate::error::ErrorStack;
18
use crate::util;
0 commit comments