Adopting FFI changes for iOS
This commit is contained in:
parent
0b3e43d2a4
commit
ff7b58f98c
@ -85,6 +85,7 @@ pub struct OsRng {
|
||||
marker: marker::NoCopy
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
struct SecRandom;
|
||||
|
||||
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
||||
|
Loading…
Reference in New Issue
Block a user