Revert "sq krb5_tkt_creds_step_* static => no KRB5_LIB_CALL"
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Dec 2019 23:07:31 +0000 (00:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 6 Aug 2020 12:03:26 +0000 (14:03 +0200)
This reverts commit b2af48a53abdb4e1c9967ee7c485f80a0891cae7.

source4/heimdal/lib/krb5/get_cred.c

index ef534dd8c4f94fe78622b0ab964d06d49a378bc1..f351f3a6ae495677d33023cc15e3b9810cc9b8b6 100644 (file)
@@ -2030,7 +2030,7 @@ krb5_tkt_creds_free(krb5_context context, krb5_tkt_creds_context ctx)
        free(ctx);
 }
 
-static krb5_error_code
+static krb5_error_code KRB5_LIB_CALL
 krb5_tkt_creds_step_start(krb5_context context,
                          krb5_tkt_creds_context ctx)
 {
@@ -2140,7 +2140,7 @@ krb5_tkt_creds_step_start(krb5_context context,
        return 0;
 }
 
-static krb5_error_code
+static krb5_error_code KRB5_LIB_CALL
 krb5_tkt_creds_step_cached_tgt(krb5_context context,
                               krb5_tkt_creds_context ctx)
 {
@@ -2201,7 +2201,7 @@ krb5_tkt_creds_step_cached_tgt(krb5_context context,
        return ret;
 }
 
-static krb5_error_code
+static krb5_error_code KRB5_LIB_CALL
 krb5_tkt_creds_step_output(krb5_context context,
                           krb5_tkt_creds_context ctx,
                           krb5_data *out,
@@ -2266,7 +2266,7 @@ krb5_tkt_creds_step_output(krb5_context context,
        return 0;
 }
 
-static krb5_error_code
+static krb5_error_code KRB5_LIB_CALL
 krb5_tkt_creds_step_input(krb5_context context,
                          krb5_tkt_creds_context ctx,
                          const krb5_data in)
@@ -2370,7 +2370,7 @@ krb5_tkt_creds_step_input(krb5_context context,
        return 0;
 }
 
-static krb5_error_code
+static krb5_error_code KRB5_LIB_CALL
 krb5_tkt_creds_step_process_tgt(krb5_context context,
                                krb5_tkt_creds_context ctx)
 {