Disable SHA256 if not supported.
[openssl.git] / apps / s_time.c
index 33e312bab40e4800e06a6e0e71fa582121fcd12c..b823c33c58a02656c3f33c5e1654f990b97b1efb 100644 (file)
@@ -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