aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
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 /crypto/rsa
parenta9188d4e173304948c7711566556602bfb3ee32f (diff)
downloadopenssl-721b5b2a5c27365685adb59412b4a5d0b168221d.zip
openssl-721b5b2a5c27365685adb59412b4a5d0b168221d.tar.gz
openssl-721b5b2a5c27365685adb59412b4a5d0b168221d.tar.bz2
Rename rsa_oaep_test to the more appropriate name rsa_test for the
benefit of MS-DOS users.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/Makefile.ssl2
-rw-r--r--crypto/rsa/rsa_test.c (renamed from crypto/rsa/rsa_oaep_test.c)0
2 files changed, 1 insertions, 1 deletions
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 @@ 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 e5ae0c1..e5ae0c1 100644
--- a/crypto/rsa/rsa_oaep_test.c
+++ b/crypto/rsa/rsa_test.c