Loading apps/openssl.c +4 −4 Original line number Diff line number Diff line Loading @@ -229,6 +229,10 @@ int main(int Argc, char *Argv[]) arg.data=NULL; arg.count=0; if (bio_err == NULL) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */ { if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) Loading @@ -253,10 +257,6 @@ int main(int Argc, char *Argv[]) apps_startup(); if (bio_err == NULL) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); /* Lets load up our environment a little */ p=getenv("OPENSSL_CONF"); if (p == NULL) Loading Loading
apps/openssl.c +4 −4 Original line number Diff line number Diff line Loading @@ -229,6 +229,10 @@ int main(int Argc, char *Argv[]) arg.data=NULL; arg.count=0; if (bio_err == NULL) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); if (getenv("OPENSSL_DEBUG_MEMORY") != NULL) /* if not defined, use compiled-in library defaults */ { if (!(0 == strcmp(getenv("OPENSSL_DEBUG_MEMORY"), "off"))) Loading @@ -253,10 +257,6 @@ int main(int Argc, char *Argv[]) apps_startup(); if (bio_err == NULL) if ((bio_err=BIO_new(BIO_s_file())) != NULL) BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); /* Lets load up our environment a little */ p=getenv("OPENSSL_CONF"); if (p == NULL) Loading