summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-08 17:51:37 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-08 17:51:37 +0000
commitccb9643f02cbc57f2e88927ca8eef0189d92fc5a (patch)
tree4a7571731b4ea09f1a39d6f3b25040bc8880b90a /apps
parent7f7b8d687173bd65ba2acea130ea25bd809e41b6 (diff)
Remove references to RSAref. The glue library is but a memory to fade
away now...
Diffstat (limited to 'apps')
-rw-r--r--apps/makeapps.com1
-rw-r--r--apps/speed.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 7e9d0ac8d6..e99dfa4625 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -581,6 +581,7 @@ $ CHECK_OPTIONS:
$!
$! Check To See If P1 Is Blank.
$!
+$ P1 = "NORSAREF"
$ IF (P1.EQS."NORSAREF")
$ THEN
$!
diff --git a/apps/speed.c b/apps/speed.c
index 333dea6c92..92712cf464 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -547,7 +547,7 @@ int MAIN(int argc, char **argv)
else
#endif
#ifndef NO_RSA
-#ifdef RSAref
+#if 0 /* was: #ifdef RSAref */
if (strcmp(*argv,"rsaref") == 0)
{
RSA_set_default_openssl_method(RSA_PKCS1_RSAref());