Loading apps/apps.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ extern BIO *bio_err; #define do_pipe_sig() #endif #if defined(MONOLITH) #if defined(MONOLITH) && !defined(OPENSSL_C) # define apps_startup() do_pipe_sig() #else # if defined(MSDOS) || defined(WIN16) || defined(WIN32) Loading apps/openssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ #include <openssl/pem.h> #include <openssl/ssl.h> #define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */ #define OPENSSL_C /* tells apps.h to use complete apps_startup() */ #include "apps.h" #include "progs.h" #include "s_apps.h" Loading Loading
apps/apps.h +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ extern BIO *bio_err; #define do_pipe_sig() #endif #if defined(MONOLITH) #if defined(MONOLITH) && !defined(OPENSSL_C) # define apps_startup() do_pipe_sig() #else # if defined(MSDOS) || defined(WIN16) || defined(WIN32) Loading
apps/openssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ #include <openssl/pem.h> #include <openssl/ssl.h> #define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */ #define OPENSSL_C /* tells apps.h to use complete apps_startup() */ #include "apps.h" #include "progs.h" #include "s_apps.h" Loading