| commit | b37d6abf8c804c48767813eef59c00b464b51115 | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Sat Feb 27 20:34:47 2016 +0100 |
| committer | Richard Levitte <levitte@openssl.org> | Sat Feb 27 21:40:20 2016 +0100 |
| tree | a534b353fdc0a6a6cff7cf5a418c57e07757bc52 | |
| parent | e5ed5f6a595748e2d447ac7af2823471d2f91f45 [diff] |
ct_test.c doesn't need to include from source top, only testutil.c does The INCLUDE statement can handle setting extra include directories for individual object files, let's use it. Reviewed-by: Andy Polyakov <appro@openssl.org>