summaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 13:21:17 +0000
committerUlf Möller <ulf@openssl.org>1999-05-13 13:21:17 +0000
commit75e0770d9661d5c1c3a4ce8122a50602eebb4de4 (patch)
treed0b1c8a5f2b57ec25fabbb327521dfa7c79296df /apps/s_time.c
parentf7fd2ff72e88f49468a388b9806aceb4f1eacd29 (diff)
VMS support bug fixes.
Diffstat (limited to 'apps/s_time.c')
-rw-r--r--apps/s_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 9da140d05a..15b519aa38 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -668,7 +668,7 @@ static SSL *doConnection(SSL *scon)
width=i+1;
FD_ZERO(&readfds);
FD_SET(i,&readfds);
- /* Note: under VMS with SOCKETSHR the third parameter
+ /* Note: under VMS with SOCKETSHR the 2nd parameter
* is currently of type (int *) whereas under other
* systems it is (void *) if you don't have a cast it
* will choke the compiler: if you do have a cast then