diff options
| author | Fenrir <[email protected]> | 2017-06-06 17:10:20 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-10 11:30:57 -0600 |
| commit | a572fa0a5aca2c990ecc5a8a0aaf48df4b67c4f2 (patch) | |
| tree | 21cd16fab40e0d8368f06f383d47e6741ea9c383 /ctr-std/src/sys/unix/rand.rs | |
| parent | Handle linking in ctru-rs build script (diff) | |
| download | archived-ctru-rs-a572fa0a5aca2c990ecc5a8a0aaf48df4b67c4f2.tar.xz archived-ctru-rs-a572fa0a5aca2c990ecc5a8a0aaf48df4b67c4f2.zip | |
Update libraries for ctru-sys changes
Diffstat (limited to 'ctr-std/src/sys/unix/rand.rs')
| -rw-r--r-- | ctr-std/src/sys/unix/rand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctr-std/src/sys/unix/rand.rs b/ctr-std/src/sys/unix/rand.rs index 7fdc166..39c967a 100644 --- a/ctr-std/src/sys/unix/rand.rs +++ b/ctr-std/src/sys/unix/rand.rs @@ -12,7 +12,7 @@ use io::{self, Error, ErrorKind}; use mem; use rand::Rng; -use libctru::services::sslc::{sslcInit, sslcExit, sslcGenerateRandomData}; +use libctru::{sslcInit, sslcExit, sslcGenerateRandomData}; pub struct OsRng(()); |