mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-03 13:02:20 +02:00
Fix cross-version test compilation.
This commit is contained in:
@@ -139,6 +139,7 @@ impl super::LibSignalProtocolStore for LibSignalProtocolCurrent {
|
||||
&pre_key_bundle,
|
||||
SystemTime::now(),
|
||||
&mut rng(),
|
||||
UsePQRatchet::Yes,
|
||||
)
|
||||
.now_or_never()
|
||||
.expect("synchronous")
|
||||
@@ -152,6 +153,7 @@ impl super::LibSignalProtocolStore for LibSignalProtocolCurrent {
|
||||
&mut self.0.session_store,
|
||||
&mut self.0.identity_store,
|
||||
SystemTime::now(),
|
||||
&mut rng(),
|
||||
)
|
||||
.now_or_never()
|
||||
.expect("synchronous")
|
||||
@@ -180,7 +182,7 @@ impl super::LibSignalProtocolStore for LibSignalProtocolCurrent {
|
||||
&mut self.0.signed_pre_key_store,
|
||||
&mut self.0.kyber_pre_key_store,
|
||||
&mut rng(),
|
||||
true,
|
||||
UsePQRatchet::Yes,
|
||||
)
|
||||
.now_or_never()
|
||||
.expect("synchronous")
|
||||
|
||||
Reference in New Issue
Block a user