1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-heimdal: Export krb5_init_creds_* functions

The function krb5_get_init_creds_opt_get_error() is deprecated and
krb5_init_creds_init() and krb5_init_creds_get_error() should be used
now.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2016-08-30 12:13:11 +02:00 committed by Andrew Bartlett
parent e135a13478
commit e4f82de771

View File

@ -385,6 +385,9 @@ HEIMDAL_KRB5_2.0 {
krb5_hmac;
krb5_init_context;
krb5_init_ets;
krb5_init_creds_init;
krb5_init_creds_get_error;
krb5_init_creds_free;
krb5_initlog;
krb5_is_config_principal;
krb5_is_thread_safe;