Loading apps/openssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #define OPENSSL_C /* tells apps.h to use complete apps_startup() */ #include <openssl/bio.h> #include <openssl/crypto.h> #include <openssl/lhash.h> Loading @@ -67,7 +68,6 @@ #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 e_os.h +1 −7 Original line number Diff line number Diff line Loading @@ -271,13 +271,7 @@ extern "C" { exit(__VMS_EXIT); \ return(__VMS_EXIT); } while(0) # else # define EXIT(n) do { int __VMS_EXIT = n; \ if (__VMS_EXIT == 0) \ __VMS_EXIT = 1; \ else \ __VMS_EXIT = (n << 3) | 2; \ __VMS_EXIT |= 0x10000000; \ return(__VMS_EXIT); } while(0) # define EXIT(n) return(n) # endif # define NO_SYS_PARAM_H # else Loading Loading
apps/openssl.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> #define OPENSSL_C /* tells apps.h to use complete apps_startup() */ #include <openssl/bio.h> #include <openssl/crypto.h> #include <openssl/lhash.h> Loading @@ -67,7 +68,6 @@ #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
e_os.h +1 −7 Original line number Diff line number Diff line Loading @@ -271,13 +271,7 @@ extern "C" { exit(__VMS_EXIT); \ return(__VMS_EXIT); } while(0) # else # define EXIT(n) do { int __VMS_EXIT = n; \ if (__VMS_EXIT == 0) \ __VMS_EXIT = 1; \ else \ __VMS_EXIT = (n << 3) | 2; \ __VMS_EXIT |= 0x10000000; \ return(__VMS_EXIT); } while(0) # define EXIT(n) return(n) # endif # define NO_SYS_PARAM_H # else Loading