summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_local.h
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 11:36:36 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-18 17:52:37 +1000
commitf148f7034c9e2f9155ca4a8e51cbe7af02f8600a (patch)
treeae4d11118b29bb1a635194753cfc37f9d5cf43f5 /crypto/conf/conf_local.h
parent054d43ff972068a0f2ec07319808ca32ad0afb5f (diff)
Add ossl_ conf symbols
Partial fix for #12964 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14473)
Diffstat (limited to 'crypto/conf/conf_local.h')
-rw-r--r--crypto/conf/conf_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/conf/conf_local.h b/crypto/conf/conf_local.h
index 1bc9c701ac..9961010f45 100644
--- a/crypto/conf/conf_local.h
+++ b/crypto/conf/conf_local.h
@@ -7,5 +7,4 @@
* https://www.openssl.org/source/license.html
*/
-void conf_add_ssl_module(void);
-
+void ossl_config_add_ssl_module(void);