In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites
[openssl.git] / apps / s_time.c
index 5c3c251631afeed863efeaef2ec58f5b11280835..39fd3b8b4d98d0d3111b27143ab4c807afeaf194 100644 (file)
@@ -388,6 +388,8 @@ static double tm_Time_F(int s)
  * MAIN - main processing area for client
  *                     real name depends on MONOLITH
  */
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        double totalTime = 0.0;
@@ -416,7 +418,7 @@ int MAIN(int argc, char **argv)
        if( parseArgs( argc, argv ) < 0 )
                goto end;
 
-       SSLeay_add_ssl_algorithms();
+       OpenSSL_add_ssl_algorithms();
        if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
 
        SSL_CTX_set_quiet_shutdown(tm_ctx,1);