summary refs log tree commit diff
path: root/create.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 23:30:58 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 23:30:58 -0500
commit9f0221822c6f357a6ac012607c2ce7d8ca8df9b4 (patch)
treeb8650ddaf049240c69cbd93926541889c561a76e /create.c
parentSwitch back to static window sizing (diff)
downloadstream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.tar.gz
stream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.zip
Add stop
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));