Skip to content

Commit

Permalink
disable broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Jan 18, 2002
1 parent dd25894 commit e1e8760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crypto/conf/conf_mall.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ void OPENSSL_load_builtin_modules(void)

static int openssl_configured = 0;

#if 0 /* Disabled because of obvious buffer overflow.
* This is not yet actually used anywhere -- but it shouldn't
* unless it is fixed first. */
void OPENSSL_config(void)
{
char *file, config_name[256];
Expand Down Expand Up @@ -113,6 +116,7 @@ void OPENSSL_config(void)
return;

}
#endif

void OPENSSL_no_config()
{
Expand Down

0 comments on commit e1e8760

Please sign in to comment.