diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-07-26 16:35:32 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-07-26 16:35:32 +0000 |
| commit | 76a2d5356dfbf77e56c0fbde3d376beab2f35ed9 (patch) | |
| tree | 7140e851d8b4bc79c6c6c180e8931d59bbf11baa | |
| parent | 2fd5cdff2c634835c0b6e871a0720515ee4006a8 (diff) | |
| download | krb5-76a2d5356dfbf77e56c0fbde3d376beab2f35ed9.tar.gz krb5-76a2d5356dfbf77e56c0fbde3d376beab2f35ed9.tar.xz krb5-76a2d5356dfbf77e56c0fbde3d376beab2f35ed9.zip | |
Added krb5_get_profile; removed com_err functions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11599 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/mac/K5Library.exp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mac/K5Library.exp b/src/mac/K5Library.exp index fdd2ffbf8..a8471f93e 100644 --- a/src/mac/K5Library.exp +++ b/src/mac/K5Library.exp @@ -201,10 +201,12 @@ krb5_rc_default_type krb5_rc_default_name krb5_auth_to_rep +# + krb5_get_profile #Temporary exports (DO NOT USE) decode_krb5_ticket - profile_get_values +# profile_get_values krb5_random_confounder krb5_size_opaque krb5_internalize_opaque @@ -222,7 +224,7 @@ krb5_mcc_ops #com_err -- we should really have this in a separate lib! - add_error_table - remove_error_table - error_message +# add_error_table +# remove_error_table +# error_message
\ No newline at end of file |
