diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-07-08 16:00:08 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-07-08 16:04:18 +0100 |
commit | 0e988237f6fcb826afc42719adc335dcc7ca0e2e (patch) | |
tree | 004312c4b121b2278a5327847db28f0c20639323 /include/olm/session.hh | |
parent | 532dc0d4e79192a0c7fd1758322f6cae06959859 (diff) |
Don't pass a key id when creating a new outbound session
Diffstat (limited to 'include/olm/session.hh')
-rw-r--r-- | include/olm/session.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/olm/session.hh b/include/olm/session.hh index 1c04108..125df68 100644 --- a/include/olm/session.hh +++ b/include/olm/session.hh @@ -38,7 +38,6 @@ struct Session { Curve25519PublicKey alice_identity_key; Curve25519PublicKey alice_base_key; Curve25519PublicKey bob_one_time_key; - std::uint32_t bob_one_time_key_id; std::size_t new_outbound_session_random_length(); |