freebsd-src/lib/librpcsec_gss/Symbol.map
Brooks Davis 35b3504ee6 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
2024-04-16 22:14:21 +01:00

25 lines
429 B
Plaintext

/*
*/
FBSD_1.1 {
rpc_gss_seccreate;
rpc_gss_set_defaults;
rpc_gss_max_data_length;
rpc_gss_get_error;
rpc_gss_oid_to_mech;
rpc_gss_qop_to_num;
rpc_gss_get_mechanisms;
rpc_gss_get_mech_info;
rpc_gss_get_versions;
rpc_gss_is_installed;
rpc_gss_set_svc_name;
rpc_gss_getcred;
rpc_gss_set_callback;
rpc_gss_get_principal_name;
rpc_gss_svc_max_data_length;
};
FBSDprivate_1.0 {
__rpc_gss_unwrap;
__rpc_gss_wrap;
};