Rename rsa_oaep_test to the more appropriate name rsa_test for the benefit of MS-DOS users.
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl index 96333d7..010b02b 100644 --- a/crypto/rsa/Makefile.ssl +++ b/crypto/rsa/Makefile.ssl
@@ -18,7 +18,7 @@ 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 a40f747..9a54afe 100755 --- a/ms/test.bat +++ b/ms/test.bat
@@ -7,8 +7,8 @@ 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 cbc5a09..0e09546 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl
@@ -50,7 +50,7 @@ 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 @@ 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 a9c2f6e..955ecbc 100644 --- a/test/tests.com +++ b/test/tests.com
@@ -48,7 +48,7 @@ $ DSATEST := dsatest $ METHTEST := methtest $ SSLTEST := ssltest -$ RSATEST := rsa_oaep_test +$ RSATEST := rsa_test $ $ tests_i = 0 $ loop_tests: