Remove krb5_425_xx and krb4 compat glue from exports

The lib/krb5 export lists contained the following functions
that are no longer in the tree:

  krb5_425_conv_principal
  krb5_425_conv_principal_ext2
  krb5_425_conv_principal_ext
  krb5_524_conv_principal
  _krb5_krb_tf_setup
  _krb5_krb_dest_tkt
  _krb5_krb_life_to_time
  _krb5_krb_decomp_ticket
  _krb5_krb_create_ticket
  _krb5_krb_create_ciph
  _krb5_krb_create_auth_reply
  _krb5_krb_rd_req
  _krb5_krb_free_auth_data
  _krb5_krb_time_to_life
  _krb5_krb_cr_err_reply

Change-Id: I1f73768de2f7e9243e4e7a623b54af282ec54641
This commit is contained in:
Jeffrey Altman
2012-06-12 18:50:17 -04:00
parent aed7a3b948
commit 21b03df57a
2 changed files with 0 additions and 34 deletions

View File

@@ -1,10 +1,6 @@
EXPORTS
krb524_convert_creds_kdc
krb524_convert_creds_kdc_ccache
; krb5_425_conv_principal
; krb5_425_conv_principal_ext
; krb5_425_conv_principal_ext2
; krb5_524_conv_principal
krb5_abort
krb5_abortx
krb5_acl_match_file
@@ -788,16 +784,3 @@ EXPORTS
; FAST
_krb5_fast_cf2
_krb5_fast_armor_key
; V4 compat glue
; _krb5_krb_tf_setup
; _krb5_krb_dest_tkt
; _krb5_krb_life_to_time
; _krb5_krb_decomp_ticket
; _krb5_krb_create_ticket
; _krb5_krb_create_ciph
; _krb5_krb_create_auth_reply
; _krb5_krb_rd_req
; _krb5_krb_free_auth_data
; _krb5_krb_time_to_life
; _krb5_krb_cr_err_reply

View File

@@ -2,10 +2,6 @@ HEIMDAL_KRB5_2.0 {
global:
krb524_convert_creds_kdc;
krb524_convert_creds_kdc_ccache;
krb5_425_conv_principal;
krb5_425_conv_principal_ext2;
krb5_425_conv_principal_ext;
krb5_524_conv_principal;
krb5_abort;
krb5_abortx;
krb5_acl_match_file;
@@ -730,19 +726,6 @@ HEIMDAL_KRB5_2.0 {
_krb5_get_krbtgt;
_krb5_build_authenticator;
# V4 compat glue
_krb5_krb_tf_setup;
_krb5_krb_dest_tkt;
_krb5_krb_life_to_time;
_krb5_krb_decomp_ticket;
_krb5_krb_create_ticket;
_krb5_krb_create_ciph;
_krb5_krb_create_auth_reply;
_krb5_krb_rd_req;
_krb5_krb_free_auth_data;
_krb5_krb_time_to_life;
_krb5_krb_cr_err_reply;
# Shared with libkdc
_krb5_AES_string_to_default_iterator;
_krb5_dh_group_ok;