Export krb5_init_creds_* functions
authorAndreas Schneider <asn@samba.org>
Wed, 5 Sep 2018 02:49:57 +0000 (14:49 +1200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Apr 2020 09:07:57 +0000 (11:07 +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>
(cherry picked from Samba commit e4f82de7716e91a1c512a8c37ca768b591029a4a)

lib/krb5/version-script.map

index 5d0581b703af154e9e6ae6c4eceeae1e2cc4b45c..8241920e5b470c3fbf3ba64d9144f322bc44581f 100644 (file)
@@ -390,6 +390,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_enctype_weak;