librpcsec_gss: don't export non-existant symbols

rpc_gss_mesh_to_oid was never implemented.

This doesn't seem to be any reason why we would need to export the _stub
functions, but it's also a little unclear to me why the linker thinks
they aren't present.  Perhaps they should be static.

Differential Revision:	https://reviews.freebsd.org/D44248
This commit is contained in:
Brooks Davis 2024-04-16 18:02:14 +01:00
parent 63b179b68d
commit 35b3504ee6
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ FBSD_1.1 {
rpc_gss_set_defaults;
rpc_gss_max_data_length;
rpc_gss_get_error;
rpc_gss_mesh_to_oid;
rpc_gss_oid_to_mech;
rpc_gss_qop_to_num;
rpc_gss_get_mechanisms;
@ -21,7 +20,5 @@ FBSD_1.1 {
FBSDprivate_1.0 {
__rpc_gss_unwrap;
__rpc_gss_unwrap_stub;
__rpc_gss_wrap;
__rpc_gss_wrap_stub;
};