boring2/boring/examples/fips_enabled.rs

4 lines
84 B
Rust

fn main() {
println!("boring::fips::enabled(): {}", boring::fips::enabled());
}