diff options
author | Mike Bland <mbland@acm.org> | 2014-06-19 18:27:54 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-07-19 20:24:35 +0200 |
commit | 5e3de8e609d1cb16696ac2896984ac4d1969ae26 (patch) | |
tree | 3fcde505ab421dd78dcc7cf73e36c1435686e268 /.gitignore | |
parent | RFC 5649 support. (diff) | |
download | openssl-5e3de8e609d1cb16696ac2896984ac4d1969ae26.tar.xz openssl-5e3de8e609d1cb16696ac2896984ac4d1969ae26.zip |
test/testutil.c test registry functions.
These help standardize the structure of main() and result reporting.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 35b4987370..b01c70cbf6 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ !/test/igetest.c !/test/r160test.c !/test/fips_algvs.c +!/test/testutil.c /test/*.ss /test/*.srl |