summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-18 15:08:49 +0000
committerUlf Möller <ulf@openssl.org>2000-01-18 15:08:49 +0000
commit721b5b2a5c27365685adb59412b4a5d0b168221d (patch)
treeebe94bff480857e6052af01a704de3ffb2af36fc
parenta9188d4e173304948c7711566556602bfb3ee32f (diff)
Rename rsa_oaep_test to the more appropriate name rsa_test for the
benefit of MS-DOS users.
-rw-r--r--crypto/rsa/Makefile.ssl2
-rw-r--r--crypto/rsa/rsa_test.c (renamed from crypto/rsa/rsa_oaep_test.c)0
-rwxr-xr-xms/test.bat4
-rw-r--r--test/Makefile.ssl12
-rw-r--r--test/tests.com2
5 files changed, 10 insertions, 10 deletions
diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl
index 96333d7cf5..010b02bdc6 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
index e5ae0c1f69..e5ae0c1f69 100644
--- a/crypto/rsa/rsa_oaep_test.c
+++ b/crypto/rsa/rsa_test.c
diff --git a/ms/test.bat b/ms/test.bat
index a40f7478d7..9a54afe065 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 cbc5a09d17..0e095464d9 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 a9c2f6ee9b..955ecbcb89 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: