Loading apps/speed.c +10 −4 Original line number Diff line number Diff line Loading @@ -254,12 +254,18 @@ # endif #endif #ifndef HAVE_FORK # if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_NETWARE) # define NO_FORK 1 #elif HAVE_FORK # define HAVE_FORK 0 # else # define HAVE_FORK 1 # endif #endif #if HAVE_FORK # undef NO_FORK #else # define NO_FORK 1 # define NO_FORK #endif #undef BUFSIZE Loading Loading
apps/speed.c +10 −4 Original line number Diff line number Diff line Loading @@ -254,12 +254,18 @@ # endif #endif #ifndef HAVE_FORK # if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MACINTOSH_CLASSIC) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_NETWARE) # define NO_FORK 1 #elif HAVE_FORK # define HAVE_FORK 0 # else # define HAVE_FORK 1 # endif #endif #if HAVE_FORK # undef NO_FORK #else # define NO_FORK 1 # define NO_FORK #endif #undef BUFSIZE Loading