diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2021-03-09 02:36:36 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2021-03-18 08:52:37 +0100 |
commit | f148f7034c9e2f9155ca4a8e51cbe7af02f8600a (patch) | |
tree | ae4d11118b29bb1a635194753cfc37f9d5cf43f5 /crypto/conf/conf_mod.c | |
parent | Add ossl_ ecx symbols (diff) | |
download | openssl-f148f7034c9e2f9155ca4a8e51cbe7af02f8600a.tar.xz openssl-f148f7034c9e2f9155ca4a8e51cbe7af02f8600a.zip |
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_mod.c')
-rw-r--r-- | crypto/conf/conf_mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c index b42eb36aba..93e0fa5e17 100644 --- a/crypto/conf/conf_mod.c +++ b/crypto/conf/conf_mod.c @@ -485,7 +485,7 @@ int CONF_module_add(const char *name, conf_init_func *ifunc, return 0; } -void conf_modules_free_int(void) +void ossl_config_modules_free(void) { CONF_modules_finish(); CONF_modules_unload(1); |