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:
Cy Schubert
2025-07-24 10:43:03 -07:00
parent 58d9d2f8da
commit 5f8493bbf4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;