heimdal: Make _krb5_pac_get_kdc_checksum_info() into a global function

This lets us call it from Samba.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>

[abartlet@samba.org Similar to Samba commit 3bdce12789af1e7a7aba56691f184625a432410d
 but also fixed for caller in Heimdal windc plugin tests]
This commit is contained in:
Joseph Sutton
2021-10-08 15:43:41 +13:00
committed by Luke Howard
parent 2f21cf9933
commit 814e58fda8
5 changed files with 11 additions and 11 deletions

View File

@@ -492,6 +492,7 @@ HEIMDAL_KRB5_2.0 {
krb5_pac_add_buffer;
krb5_pac_free;
krb5_pac_get_buffer;
krb5_pac_get_kdc_checksum_info;
krb5_pac_get_types;
krb5_pac_init;
krb5_pac_parse;
@@ -814,7 +815,6 @@ HEIMDAL_KRB5_2.0 {
_krb5_pac_sign;
_krb5_kdc_pac_sign_ticket;
_krb5_kdc_pac_ticket_parse;
_krb5_pac_get_kdc_checksum_info;
_kdc_tkt_insert_pac;
_kdc_tkt_add_if_relevant_ad;
_krb5_parse_moduli;