diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 09:44:01 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-31 09:44:01 +0000 |
commit | 4780112af7ee1305a44104d710f31c652af29022 (patch) | |
tree | 43302c781755a03ace5c00c2b30799e88004f027 /lib/libcrypto/Symbols.list | |
parent | 6833ef7bc669078359c1210ed433a917c9c5540c (diff) |
Unexport NCONF_default
The only project I'm aware of that ever used this was rust-openssl
and they did so for no good reason. So remove this API, the crate's
code is already adjusted accordingly.
ok beck jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 396281c16c6..290850eebce 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -1486,7 +1486,6 @@ NAME_CONSTRAINTS_check NAME_CONSTRAINTS_free NAME_CONSTRAINTS_it NAME_CONSTRAINTS_new -NCONF_default NCONF_free NCONF_get_number_e NCONF_get_section |