From 5291ec78b5e0187aa873f911b9d907aa0139def5 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 8 Jul 2015 14:53:25 +0100 Subject: Send the public part of the one time key rather than passing an identifier --- include/olm/account.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/account.hh') diff --git a/include/olm/account.hh b/include/olm/account.hh index b51fc1e..98b6b56 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -100,7 +100,7 @@ struct Account { ); OneTimeKey const * lookup_key( - std::uint32_t id + Curve25519PublicKey const & public_key ); std::size_t remove_key( -- cgit v1.2.3