aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/genkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/genkey.c')
-rw-r--r--src/genkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genkey.c b/src/genkey.c
index 9c8da42..52aeef5 100644
--- a/src/genkey.c
+++ b/src/genkey.c
@@ -12,7 +12,7 @@
#endif
#include "curve25519.h"
-#include "base64.h"
+#include "encoding.h"
#include "subcommands.h"
static inline ssize_t get_random_bytes(uint8_t *out, size_t len)