We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cef4f commit e7dd233Copy full SHA for e7dd233
Sources/CryptoBoringWrapper/Util/RandomBytes.swift
@@ -20,7 +20,7 @@ extension UnsafeMutableRawBufferPointer {
20
return
21
}
22
23
- #if canImport(Darwin) || os(Linux) || os(Android) || os(Windows) || os(FreeBSD)
+ #if canImport(Darwin) || os(Linux) || os(Android) || os(Windows) || os(FreeBSD) || os(OpenBSD)
24
var rng = SystemRandomNumberGenerator()
25
precondition(count <= self.count)
26
0 commit comments