X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fs_time.c;h=b823c33c58a02656c3f33c5e1654f990b97b1efb;hb=4b9e0b5f742141b69d391bd3db86659243c19be2;hp=33e312bab40e4800e06a6e0e71fa582121fcd12c;hpb=0a39d8f2074aa96b48a76e01bd246f6beb778439;p=openssl.git diff --git a/apps/s_time.c b/apps/s_time.c index 33e312bab4..b823c33c58 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -601,7 +601,7 @@ static SSL *doConnection(SSL *scon) i=SSL_get_fd(serverCon); width=i+1; FD_ZERO(&readfds); - FD_SET(i,&readfds); + openssl_fdset(i,&readfds); /* 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