auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw

This commit is contained in:
bors
2014-10-06 13:07:19 +00:00
+1
View File
@@ -88,6 +88,7 @@ pub struct OsRng {
#[repr(C)]
struct SecRandom;
#[allow(non_uppercase_statics)]
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
#[link(name = "Security", kind = "framework")]