test/ct_test.c: remove dependency on -lm.
authorAndy Polyakov <appro@openssl.org>
Sun, 25 Feb 2018 15:24:34 +0000 (16:24 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 26 Feb 2018 16:48:06 +0000 (17:48 +0100)
commitb9d1ad32039a8203e79845eafc8acd199c20a807
treefc7d12eac75bd186b330176c38c807d6c6bba5a4
parentb38ede8043439d99a3c6c174f17b91875cce66ac
test/ct_test.c: remove dependency on -lm.

fabs(3m) is customarily inlined, but it's not, one has to link with -lm.
Since fabs(3m) is the only reference, it makes more sense to avoid it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/ct_test.c