Fix unused SecureRandom() value

This commit is contained in:
Davide 2025-01-19 09:47:21 +01:00
parent b4d77a6443
commit 54c66f48b5
No known key found for this signature in database
GPG Key ID: A48836171C759F5E

View File

@ -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,