mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 00:22:26 +00:00
Fix unused SecureRandom() value
This commit is contained in:
parent
b4d77a6443
commit
54c66f48b5
@ -55,7 +55,7 @@ extension OpenVPNConnection {
|
||||
let session = try OpenVPNSession(
|
||||
configuration: configuration,
|
||||
credentials: module.credentials,
|
||||
prng: SecureRandom(),
|
||||
prng: prng,
|
||||
tlsFactory: tlsFactory,
|
||||
cryptoFactory: cryptoFactory,
|
||||
cachesURL: cachesURL,
|
||||
|
Loading…
Reference in New Issue
Block a user