From f1cd5613f68beee08ab479edf2a5ae50c91a63fe Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 7 Jul 2015 09:01:38 +0100 Subject: Remove the last resort one time key --- include/olm/account.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm') diff --git a/include/olm/account.hh b/include/olm/account.hh index 2d1c17c..d3bde0d 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -32,9 +32,9 @@ struct LocalKey { static std::size_t const MAX_ONE_TIME_KEYS = 100; + struct Account { LocalKey identity_key; - LocalKey last_resort_one_time_key; List one_time_keys; ErrorCode last_error; -- cgit v1.2.3