diff options
author | Matt Caswell <matt@openssl.org> | 2014-11-19 15:07:36 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-12-16 15:14:03 +0100 |
commit | ad500fdc494cc8b988b567371eef60824a78b070 (patch) | |
tree | 28498aa31aaef8ed13ed105e198b009db9e9e0c4 /engines | |
parent | Add missing OPENSSL_NO_EC guards (diff) | |
download | openssl-ad500fdc494cc8b988b567371eef60824a78b070.tar.xz openssl-ad500fdc494cc8b988b567371eef60824a78b070.zip |
Rename gost2814789t.c to gost2814789test.c. The old name caused problems
for dummytest if gost is compiled out, since the name of the test is not
standard (dummytest segfaults). Also the old name caused problems for git
because the executable was not in the .gitignore file
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r-- | engines/ccgost/Makefile | 2 | ||||
-rw-r--r-- | engines/ccgost/gost2814789test.c (renamed from engines/ccgost/gost2814789t.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index bcb82e3707..be9a134d42 100644 --- a/engines/ccgost/Makefile +++ b/engines/ccgost/Makefile @@ -8,7 +8,7 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) LIB=$(TOP)/libcrypto.a -TEST=gost2814789t.c +TEST=gost2814789test.c LIBSRC= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c diff --git a/engines/ccgost/gost2814789t.c b/engines/ccgost/gost2814789test.c index ded5b3405f..ded5b3405f 100644 --- a/engines/ccgost/gost2814789t.c +++ b/engines/ccgost/gost2814789test.c |