Signed-off-by: Damien Mascord <[email protected]>
---
 ucert.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ucert.c b/ucert.c
index 53a1a05..569b31d 100644
--- a/ucert.c
+++ b/ucert.c
@@ -414,7 +414,7 @@ static int cert_issue(const char *certfile, const char 
*pubkeyfile, const char *
        void *c;
        FILE *pkf, *sigf;
        char pkb[512];
-       char sigb[512];
+       char sigb[1024];
        char fname[256], sfname[256];
        char pkfp[17];
        char tmpdir[] = "/tmp/ucert-XXXXXX";
-- 
2.16.4


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to