summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-18 12:28:05 +0000
committerBodo Möller <bodo@openssl.org>2002-01-18 12:28:05 +0000
commite1e876072d813ac55a4a0b2c17ff55a0b27d1689 (patch)
tree8ccb6f5a95deeeed16f1a520a14f22b023162c90 /crypto/conf
parentdd2589494f7142aeda2f282a5b6bf1e9a2dd2110 (diff)
disable broken code
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf_mall.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c
index 7ecc1aee61..3e752ac694 100644
--- a/crypto/conf/conf_mall.c
+++ b/crypto/conf/conf_mall.c
@@ -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];
@@ -113,6 +116,7 @@ void OPENSSL_config(void)
return;
}
+#endif
void OPENSSL_no_config()
{