From bef5013961cb2e6344fdd695ff5a92b1e2527329 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 22 Apr 2011 00:41:35 +0000 Subject: Rewrite OutputValue to avoid use of buffer when printing out hex values. Delete unused functions from fips_utl.h. Increase xts line buffer. --- fips/aes/fips_gcmtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fips/aes') diff --git a/fips/aes/fips_gcmtest.c b/fips/aes/fips_gcmtest.c index 438014ff14..772783e8a5 100644 --- a/fips/aes/fips_gcmtest.c +++ b/fips/aes/fips_gcmtest.c @@ -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; -- cgit v1.2.3