Fixed iOS build (statics name lint)
This commit is contained in:
@@ -88,6 +88,7 @@ mod imp {
|
|||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
struct SecRandom;
|
struct SecRandom;
|
||||||
|
|
||||||
|
#[allow(non_uppercase_statics)]
|
||||||
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
||||||
|
|
||||||
#[link(name = "Security", kind = "framework")]
|
#[link(name = "Security", kind = "framework")]
|
||||||
|
|||||||
Reference in New Issue
Block a user