Skip to content

Commit 643db6e

Browse files
committed
Remove allow dead code from param builder
1 parent 00e12f7 commit 643db6e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openssl/src/ossl_param.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
//! Note, that this module is available only in OpenSSL 3.* and
1010
//! only internally for this crate!
1111
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-
1612
use crate::bn::{BigNum, BigNumRef};
1713
use crate::error::ErrorStack;
1814
use crate::util;

0 commit comments

Comments
 (0)