FIX: dummy forgot to export tests
This commit is contained in:
parent
3ea964d3d9
commit
b1873b27be
|
|
@ -17,6 +17,7 @@ pub mod kdf;
|
||||||
pub mod kem;
|
pub mod kem;
|
||||||
pub mod mac;
|
pub mod mac;
|
||||||
pub mod provider;
|
pub mod provider;
|
||||||
|
mod self_test;
|
||||||
|
|
||||||
// FFI bindings generated by bindgen in build.rs.
|
// FFI bindings generated by bindgen in build.rs.
|
||||||
// When wolfSSL headers are not present (e.g. docs.rs), use a stub.
|
// When wolfSSL headers are not present (e.g. docs.rs), use a stub.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue