summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-19 14:07:36 +0000
committerMatt Caswell <matt@openssl.org>2014-12-16 14:14:03 +0000
commitad500fdc494cc8b988b567371eef60824a78b070 (patch)
tree28498aa31aaef8ed13ed105e198b009db9e9e0c4 /engines
parentfd86c2b153de991362a98771bc6d3deb2ee579bd (diff)
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/Makefile2
-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