projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd25894
)
disable broken code
author
Bodo Möller
<bodo@openssl.org>
Fri, 18 Jan 2002 12:28:05 +0000
(12:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 18 Jan 2002 12:28:05 +0000
(12:28 +0000)
crypto/conf/conf_mall.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_mall.c
b/crypto/conf/conf_mall.c
index 7ecc1aee61f99c957d7863a402fe992fa181a648..3e752ac694b6aa4859862b25844dabf5f78231ce 100644
(file)
--- 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()
{