mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
35b3504ee6
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
25 lines
429 B
Plaintext
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;
|
|
};
|