aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a69c7dd..d7d3d2d 100644
--- a/main.c
+++ b/main.c
@@ -186,7 +186,7 @@ bool
totp(struct totp_config conf, uint32_t *code)
{
int off;
- char *key;
+ uint8_t *key;
uchar *mac;
time_t epoch;
size_t keylen;