Adopting FFI changes for iOS

This commit is contained in:
Valerii Hiora 2014-08-25 13:45:07 +03:00
parent 0b3e43d2a4
commit ff7b58f98c
1 changed files with 1 additions and 0 deletions

View File

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