This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ int session_cipher_encrypt(session_cipher *cipher,
198
198
uint32_t pre_key_id = 0 ;
199
199
uint32_t signed_pre_key_id ;
200
200
ec_public_key * base_key ;
201
-
201
+
202
202
if (session_state_unacknowledged_pre_key_message_has_pre_key_id (state )) {
203
203
has_pre_key_id = 1 ;
204
204
pre_key_id = session_state_unacknowledged_pre_key_message_get_pre_key_id (state );
@@ -347,8 +347,7 @@ int session_cipher_decrypt_signal_message(session_cipher *cipher,
347
347
goto complete ;
348
348
}
349
349
350
- result = signal_protocol_session_load_session (cipher -> store , & record ,
351
- cipher -> remote_address );
350
+ result = signal_protocol_session_load_session (cipher -> store , & record , cipher -> remote_address );
352
351
if (result < 0 ) {
353
352
goto complete ;
354
353
}
@@ -364,8 +363,7 @@ int session_cipher_decrypt_signal_message(session_cipher *cipher,
364
363
goto complete ;
365
364
}
366
365
367
- result = signal_protocol_session_store_session (cipher -> store ,
368
- cipher -> remote_address , record );
366
+ result = signal_protocol_session_store_session (cipher -> store , cipher -> remote_address , record );
369
367
370
368
complete :
371
369
SIGNAL_UNREF (record );
You can’t perform that action at this time.
0 commit comments