From 721b5b2a5c27365685adb59412b4a5d0b168221d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 18 Jan 2000 15:08:49 +0000 Subject: [PATCH] Rename rsa_oaep_test to the more appropriate name rsa_test for the benefit of MS-DOS users. --- crypto/rsa/Makefile.ssl | 2 +- crypto/rsa/{rsa_oaep_test.c => rsa_test.c} | 0 ms/test.bat | 4 ++-- test/Makefile.ssl | 12 ++++++------ test/tests.com | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) rename crypto/rsa/{rsa_oaep_test.c => rsa_test.c} (100%) diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl index 96333d7cf..010b02bdc 100644 --- a/crypto/rsa/Makefile.ssl +++ b/crypto/rsa/Makefile.ssl @@ -18,7 +18,7 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -TEST=rsa_oaep_test.c +TEST=rsa_test.c APPS= LIB=$(TOP)/libcrypto.a diff --git a/crypto/rsa/rsa_oaep_test.c b/crypto/rsa/rsa_test.c similarity index 100% rename from crypto/rsa/rsa_oaep_test.c rename to crypto/rsa/rsa_test.c diff --git a/ms/test.bat b/ms/test.bat index a40f7478d..9a54afe06 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -7,8 +7,8 @@ set OPENSSL_CONF=..\apps\openssl.cnf rem run this from inside the bin directory -echo rsa_oaep_test -rsa_oaep_test +echo rsa_test +rsa_test if errorlevel 1 goto done echo destest diff --git a/test/Makefile.ssl b/test/Makefile.ssl index cbc5a09d1..0e095464d 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -50,7 +50,7 @@ DHTEST= dhtest DSATEST= dsatest METHTEST= methtest SSLTEST= ssltest -RSATEST= rsa_oaep_test +RSATEST= rsa_test EXE= $(BNTEST) $(IDEATEST) $(MD2TEST) $(MD5TEST) $(HMACTEST) \ $(RC2TEST) $(RC4TEST) $(RC5TEST) \ @@ -364,11 +364,11 @@ rc2test.o: ../include/openssl/opensslconf.h ../include/openssl/rc2.h rc4test.o: ../include/openssl/opensslconf.h ../include/openssl/rc4.h rc5test.o: ../include/openssl/rc5.h rmdtest.o: ../include/openssl/ripemd.h -rsa_oaep_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h -rsa_oaep_test.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h -rsa_oaep_test.o: ../include/openssl/err.h ../include/openssl/opensslconf.h -rsa_oaep_test.o: ../include/openssl/opensslv.h ../include/openssl/rand.h -rsa_oaep_test.o: ../include/openssl/rsa.h ../include/openssl/stack.h +rsa_test.o: ../include/openssl/bn.h ../include/openssl/crypto.h +rsa_test.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h +rsa_test.o: ../include/openssl/err.h ../include/openssl/opensslconf.h +rsa_test.o: ../include/openssl/opensslv.h ../include/openssl/rand.h +rsa_test.o: ../include/openssl/rsa.h ../include/openssl/stack.h sha1test.o: ../include/openssl/sha.h shatest.o: ../include/openssl/sha.h ssltest.o: ../include/openssl/asn1.h ../include/openssl/bio.h diff --git a/test/tests.com b/test/tests.com index a9c2f6ee9..955ecbcb8 100644 --- a/test/tests.com +++ b/test/tests.com @@ -48,7 +48,7 @@ $ DHTEST := dhtest $ DSATEST := dsatest $ METHTEST := methtest $ SSLTEST := ssltest -$ RSATEST := rsa_oaep_test +$ RSATEST := rsa_test $ $ tests_i = 0 $ loop_tests: