Loading apps/openssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ * https://www.openssl.org/source/license.html */ #include <internal/cryptlib.h> #include <stdio.h> #include <string.h> #include <stdlib.h> Loading e_os.h +0 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,6 @@ extern "C" { * stand for in ILP32 and LP64 */ # endif # define OPENSSL_CONF "openssl.cnf" # ifndef DEVRANDOM /* * set this to a comma-separated list of 'random' device files to try out. By Loading include/internal/cryptlib.h +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ typedef struct app_mem_info_st APP_INFO; typedef struct mem_st MEM; DEFINE_LHASH_OF(MEM); # define OPENSSL_CONF "openssl.cnf" # ifndef OPENSSL_SYS_VMS # define X509_CERT_AREA OPENSSLDIR # define X509_CERT_DIR OPENSSLDIR "/certs" Loading ssl/statem/statem.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ #include "e_os.h" #include "internal/cryptlib.h" #include <openssl/rand.h> #include "../ssl_locl.h" #include "statem_locl.h" Loading Loading
apps/openssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ * https://www.openssl.org/source/license.html */ #include <internal/cryptlib.h> #include <stdio.h> #include <string.h> #include <stdlib.h> Loading
e_os.h +0 −2 Original line number Diff line number Diff line Loading @@ -53,8 +53,6 @@ extern "C" { * stand for in ILP32 and LP64 */ # endif # define OPENSSL_CONF "openssl.cnf" # ifndef DEVRANDOM /* * set this to a comma-separated list of 'random' device files to try out. By Loading
include/internal/cryptlib.h +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ typedef struct app_mem_info_st APP_INFO; typedef struct mem_st MEM; DEFINE_LHASH_OF(MEM); # define OPENSSL_CONF "openssl.cnf" # ifndef OPENSSL_SYS_VMS # define X509_CERT_AREA OPENSSLDIR # define X509_CERT_DIR OPENSSLDIR "/certs" Loading
ssl/statem/statem.c +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ #include "e_os.h" #include "internal/cryptlib.h" #include <openssl/rand.h> #include "../ssl_locl.h" #include "statem_locl.h" Loading