krb5: Use Heimdal DSO names
Using MIT DSO names breaks the libc ABI, we are forced to use Heimdal
DSO names. This is not optimal but necessary.
Fixes: e447c252d0
Requested by: kib
This commit is contained in:
@@ -85,7 +85,7 @@ HEIMDAL_GSS_2.0 {
|
||||
krb5_gss_register_acceptor_identity;
|
||||
};
|
||||
|
||||
gssapi_krb5_2_MIT {
|
||||
HEIMDAL_GSS_3.0 {
|
||||
global:
|
||||
GSS_C_ATTR_LOCAL_LOGIN_USER;
|
||||
GSS_C_INQ_SSPI_SESSION_KEY;
|
||||
|
||||
@@ -215,7 +215,7 @@ HEIMDAL_KRB5_2.0 {
|
||||
krb5_write_message;
|
||||
};
|
||||
|
||||
krb5_3_MIT {
|
||||
HEIMDAL_KRB5_3.0 {
|
||||
global:
|
||||
_krb5_conf_boolean;
|
||||
decode_krb5_ad_kdcissued;
|
||||
|
||||
@@ -8,7 +8,7 @@ HEIMDAL_COM_ERR_1.0 {
|
||||
set_com_err_hook;
|
||||
};
|
||||
|
||||
com_err_3_MIT {
|
||||
HEIMDAL_COM_ERR_2.0 {
|
||||
global:
|
||||
add_error_table;
|
||||
error_table_name_r;
|
||||
|
||||
Reference in New Issue
Block a user