summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-08-30 12:13:11 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-08-31 20:59:17 +0200
commite4f82de7716e91a1c512a8c37ca768b591029a4a (patch)
tree63c026c622b2f195896548dea714d571c0cb1de6 /source4/heimdal
parente135a13478408985f534e04585919d79c4aa391a (diff)
downloadsamba-e4f82de7716e91a1c512a8c37ca768b591029a4a.tar.gz
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>
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/krb5/version-script.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal/lib/krb5/version-script.map b/source4/heimdal/lib/krb5/version-script.map
index 4044147d4aa..ddae2a06764 100644
--- a/source4/heimdal/lib/krb5/version-script.map
+++ b/source4/heimdal/lib/krb5/version-script.map
@@ -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;