diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 3763399d9..0118015a1 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -982,6 +982,10 @@ typedef struct _krb5_gic_opt_private { krb5_gic_opt_pa_data *preauth_data; } krb5_gic_opt_private; +#if TARGET_OS_MAC +# pragma pack(push,2) +#endif + typedef struct _krb5_gic_opt_ext { krb5_flags flags; krb5_deltat tkt_life; @@ -1002,6 +1006,10 @@ typedef struct _krb5_gic_opt_ext { krb5_gic_opt_private *opt_private; } krb5_gic_opt_ext; +#if TARGET_OS_MAC +# pragma pack(pop) +#endif + krb5_error_code krb5int_gic_opt_to_opte(krb5_context context, krb5_get_init_creds_opt *opt, |
