diff options
author | Ulf Möller <ulf@openssl.org> | 2000-01-18 15:08:49 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-01-18 15:08:49 +0000 |
commit | 721b5b2a5c27365685adb59412b4a5d0b168221d (patch) | |
tree | ebe94bff480857e6052af01a704de3ffb2af36fc /ms | |
parent | a9188d4e173304948c7711566556602bfb3ee32f (diff) | |
download | openssl-new-721b5b2a5c27365685adb59412b4a5d0b168221d.tar.gz |
Rename rsa_oaep_test to the more appropriate name rsa_test for the
benefit of MS-DOS users.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/test.bat | 4 |
1 files changed, 2 insertions, 2 deletions
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
|