vfs/gtotp: fix size_t ambiguity

This commit is contained in:
Norman Feske
2016-12-23 23:51:43 +01:00
parent 55c483135a
commit 405f787525

View File

@@ -158,6 +158,8 @@ struct Gtotp_file_system_factory : Vfs::File_system_factory
static Rtc::Connection rtc(env);
using namespace Genode;
typedef Genode::size_t size_t;
enum {
BASE32_FACTOR = 256 / 32,
MAX_SECRET_BIN_LEN = 20,