diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-07-07 08:56:18 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-07-07 08:56:18 +0100 |
commit | 667e415c74570cd1feb19ebfe259ab196f09bdc9 (patch) | |
tree | 91d3f50398ed88eeb7c072ceadb3034fbfd16ac7 /include/olm/account.hh | |
parent | 14a0e4c7fd3350bd5c4c03affdb594cbf2f55781 (diff) |
Removed SignedKey class
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r-- | include/olm/account.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh index 8094a25..2d1c17c 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -30,11 +30,6 @@ struct LocalKey { }; -struct SignedKey : LocalKey { - std::uint8_t signature[64]; -}; - - static std::size_t const MAX_ONE_TIME_KEYS = 100; struct Account { |