Commit b9d1ad32 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent b38ede80
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment