diff options
author | Ulf Möller <ulf@openssl.org> | 2000-01-18 16:08:49 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-01-18 16:08:49 +0100 |
commit | 721b5b2a5c27365685adb59412b4a5d0b168221d (patch) | |
tree | ebe94bff480857e6052af01a704de3ffb2af36fc /ms/test.bat | |
parent | Compaq C 6.2 for VMS will complain when we want to convert (diff) | |
download | openssl-721b5b2a5c27365685adb59412b4a5d0b168221d.tar.xz openssl-721b5b2a5c27365685adb59412b4a5d0b168221d.zip |
Rename rsa_oaep_test to the more appropriate name rsa_test for the
benefit of MS-DOS users.
Diffstat (limited to 'ms/test.bat')
-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
|