From: Miroslav Lichvar Date: Tue, 27 Jun 2017 11:27:32 +0000 (+0200) Subject: regress: reduce maximum number of points to 64 X-Git-Tag: 3.2-pre1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1e31ad5face5684c9946cb7c7547ce3d316c7e;p=thirdparty%2Fchrony.git regress: reduce maximum number of points to 64 This corresponds to the maximum number of points used by regress users. --- diff --git a/regress.c b/regress.c index 35ca89f3..68ef4fa9 100644 --- a/regress.c +++ b/regress.c @@ -34,7 +34,7 @@ #include "logging.h" #include "util.h" -#define MAX_POINTS 128 +#define MAX_POINTS 64 void RGR_WeightedRegression