diff options
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r-- | include/olm/account.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<LocalKey, MAX_ONE_TIME_KEYS> one_time_keys; ErrorCode last_error; |