Commit e8ef24dc authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Suppress debug output from AES algorithm test.

parent 8b6d0dc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -811,6 +811,7 @@ int proc_file(char *rqfile, char *rspfile)
		    else if (strncasecmp(pp, "Key Length : ", 13) == 0)
			{
			akeysz = atoi(pp+13);
			if (VERBOSE)
			    printf("Key size = %d\n", akeysz);
			}
		    }