Skip to content

Commit

Permalink
Rename BCryptGenRandom impl to windows.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Jan 3, 2021
1 parent ffb7215 commit a0d23eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ cfg_if! {
mod util_libc;
#[path = "vxworks.rs"] mod imp;
} else if #[cfg(windows)] {
#[path = "windows_uwp.rs"] mod imp;
#[path = "windows.rs"] mod imp;
} else if #[cfg(all(target_arch = "x86_64", target_env = "sgx"))] {
#[path = "rdrand.rs"] mod imp;
} else if #[cfg(all(feature = "rdrand",
Expand Down
File renamed without changes.

0 comments on commit a0d23eb

Please sign in to comment.