aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
committerRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
commite03b29871b2b87af9a4ec21c49eb3e1826eb772a (patch)
tree99c297e13e19c9f785a5cebdc99fabc616e77a71 /ssl
parent488f16e31b8f5ec2513410929325d0830d76762d (diff)
downloadopenssl-e03b29871b2b87af9a4ec21c49eb3e1826eb772a.tar.gz
RT3548: Remove outdated platforms
This commit removes all mention of NeXT and NextStep. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssltest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 05f75aab12..e5be634b95 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -1852,8 +1852,6 @@ bad:
(double)s_time/CLOCKS_PER_SEC,
(double)c_time/CLOCKS_PER_SEC);
#else
- /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
- * -- cc on NeXTstep/OpenStep */
BIO_printf(bio_stdout,
"Approximate total server time: %6.2f units\n"
"Approximate total client time: %6.2f units\n",