Remove references to RSAref.  The glue library is but a memory to fade
away now...
diff --git a/apps/speed.c b/apps/speed.c
index 333dea6..92712cf 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -547,7 +547,7 @@
 		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());