From: Matt Caswell Date: Wed, 19 Nov 2014 14:07:36 +0000 (+0000) Subject: Rename gost2814789t.c to gost2814789test.c. The old name caused problems X-Git-Tag: master-pre-reformat~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad500fdc494cc8b988b567371eef60824a78b070;p=thirdparty%2Fopenssl.git 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 --- diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile index bcb82e37076..be9a134d429 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 similarity index 100% rename from engines/ccgost/gost2814789t.c rename to engines/ccgost/gost2814789test.c diff --git a/test/Makefile b/test/Makefile index 2f5d2057281..3eb551c5daa 100644 --- a/test/Makefile +++ b/test/Makefile @@ -53,7 +53,7 @@ RC5TEST= rc5test BFTEST= bftest CASTTEST= casttest DESTEST= destest -GOST2814789TEST=gost2814789t +GOST2814789TEST=gost2814789test RANDTEST= randtest DHTEST= dhtest DSATEST= dsatest @@ -664,20 +664,21 @@ exptest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h exptest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h exptest.o: ../include/openssl/safestack.h ../include/openssl/stack.h exptest.o: ../include/openssl/symhacks.h exptest.c -gost2814789t.o: ../engines/ccgost/gost89.h ../include/openssl/asn1.h -gost2814789t.o: ../include/openssl/bio.h ../include/openssl/buffer.h -gost2814789t.o: ../include/openssl/conf.h ../include/openssl/crypto.h -gost2814789t.o: ../include/openssl/e_os2.h ../include/openssl/ec.h -gost2814789t.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h -gost2814789t.o: ../include/openssl/engine.h ../include/openssl/err.h -gost2814789t.o: ../include/openssl/evp.h ../include/openssl/hmac.h -gost2814789t.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h -gost2814789t.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h -gost2814789t.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h -gost2814789t.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h -gost2814789t.o: ../include/openssl/sha.h ../include/openssl/stack.h -gost2814789t.o: ../include/openssl/symhacks.h ../include/openssl/x509.h -gost2814789t.o: ../include/openssl/x509_vfy.h gost2814789t.c +gost2814789test.o: ../engines/ccgost/gost89.h ../include/openssl/asn1.h +gost2814789test.o: ../include/openssl/bio.h ../include/openssl/buffer.h +gost2814789test.o: ../include/openssl/conf.h ../include/openssl/crypto.h +gost2814789test.o: ../include/openssl/e_os2.h ../include/openssl/ec.h +gost2814789test.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h +gost2814789test.o: ../include/openssl/engine.h ../include/openssl/err.h +gost2814789test.o: ../include/openssl/evp.h ../include/openssl/hmac.h +gost2814789test.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h +gost2814789test.o: ../include/openssl/objects.h +gost2814789test.o: ../include/openssl/opensslconf.h +gost2814789test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +gost2814789test.o: ../include/openssl/pkcs7.h ../include/openssl/safestack.h +gost2814789test.o: ../include/openssl/sha.h ../include/openssl/stack.h +gost2814789test.o: ../include/openssl/symhacks.h ../include/openssl/x509.h +gost2814789test.o: ../include/openssl/x509_vfy.h gost2814789test.c heartbeat_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h heartbeat_test.o: ../include/openssl/buffer.h ../include/openssl/comp.h heartbeat_test.o: ../include/openssl/crypto.h ../include/openssl/dsa.h