Rewrite OutputValue to avoid use of buffer when printing out hex values.
[openssl.git] / fips / aes / fips_gcmtest.c
index 438014ff14f6623972d814b515741264f49a4ded..772783e8a52958a8a94cbaed90c7006fc9a984ce 100644 (file)
@@ -265,8 +265,8 @@ static void gcmtest(FILE *in, FILE *out, int encrypt)
 
 static void xtstest(FILE *in, FILE *out)
        {
-       char buf[2048];
-       char lbuf[2048];
+       char buf[204800];
+       char lbuf[204800];
        char *keyword, *value;
        int inlen;
        int encrypt = 0;