s4-heimdal: Export krb5_init_creds_* functions
authorAndreas Schneider <asn@samba.org>
Tue, 30 Aug 2016 10:13:11 +0000 (12:13 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Aug 2016 18:59:17 +0000 (20:59 +0200)
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>
source4/heimdal/lib/krb5/version-script.map

index 4044147d4aa52c5152687231409ef50215ed4e44..ddae2a067645f5f504955e98d181771eceecefde 100644 (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;