Skip to content

Commit d214f91

Browse files
committed
one more unreachable pub
1 parent 217cd13 commit d214f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa/src/generate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub use self::secret_number::{secret_number, secret_number_rfc6979};
1515
pub use self::keypair::keypair;
1616

1717
#[cfg(all(feature = "hazmat", feature = "pkcs8"))]
18-
pub use self::components::public as public_component;
18+
pub(crate) use self::components::public as public_component;
1919

2020
/// Calculate the upper and lower bounds for generating values like p or q
2121
#[inline]

0 commit comments

Comments
 (0)