summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_sap.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-09 13:45:49 -0400
committerRich Salz <rsalz@openssl.org>2014-11-20 13:40:03 -0500
commit14d3b76be88ec68cda613186bb62415c7a17e573 (patch)
treee0310a583eb2639daa98d05ebe276cdf99384b24 /crypto/conf/conf_sap.c
parent9e189b9dc10786c755919e6792e923c584c918a1 (diff)
RT3488: Update doc for OPENSSL_config
Fix CONF_load_modules to CONF_modules_load. Document that it calls exit. Advise against using it now. Add an error print to stderr. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/conf/conf_sap.c')
-rw-r--r--crypto/conf/conf_sap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c
index 760dc2632d..e00766e12c 100644
--- a/crypto/conf/conf_sap.c
+++ b/crypto/conf/conf_sap.c
@@ -99,6 +99,7 @@ void OPENSSL_config(const char *config_name)
ERR_print_errors(bio_err);
BIO_free(bio_err);
}
+ fprintf(stderr, "OpenSSL could not auto-configure.\n");
exit(1);
}