Fix Mac OSX implementation
This commit is contained in:
parent
446cff37ed
commit
5607368c93
@ -10,7 +10,9 @@
|
||||
use super::Error;
|
||||
use std::io;
|
||||
|
||||
// TODO: check correctness
|
||||
enum SecRandom {}
|
||||
|
||||
/// Essentially a null pointer (type `SecRandomRef`)
|
||||
#[allow(non_upper_case_globals)]
|
||||
const kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user