summary refs log tree commit diff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--create.c (renamed from setup.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/create.c
index 92509e3..49cadb6 100644
--- a/setup.c
+++ b/create.c
@@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
     if (argc < 2) errx(EX_USAGE, "missing public id");
 
     uint32_t id[4];
-    char public[7 + 32 + 1];
+    char public[10 + 32 + 1];
     char private[8 + 32 + 1];
 
     arc4random_buf(id, sizeof(id));