Adopting FFI changes for iOS

This commit is contained in:
Valerii Hiora 2014-08-25 13:45:07 +03:00
parent 0b3e43d2a4
commit ff7b58f98c

View File

@ -85,6 +85,7 @@ pub struct OsRng {
marker: marker::NoCopy
}
#[repr(C)]
struct SecRandom;
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;