aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/t_etypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/t_etypes.c')
-rw-r--r--src/lib/krb5/krb/t_etypes.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/krb5/krb/t_etypes.c b/src/lib/krb5/krb/t_etypes.c
index 4af7918..47763e5 100644
--- a/src/lib/krb5/krb/t_etypes.c
+++ b/src/lib/krb5/krb/t_etypes.c
@@ -131,7 +131,8 @@ static struct {
}
};
-static void show_enctypes(krb5_context ctx, krb5_enctype *list)
+static void
+show_enctypes(krb5_context ctx, krb5_enctype *list)
{
unsigned int i;
@@ -143,9 +144,9 @@ static void show_enctypes(krb5_context ctx, krb5_enctype *list)
fprintf(stderr, "\n");
}
-static void compare(krb5_context ctx, krb5_enctype *result,
- krb5_enctype *expected, const char *profstr,
- krb5_boolean weak)
+static void
+compare(krb5_context ctx, krb5_enctype *result, krb5_enctype *expected,
+ const char *profstr, krb5_boolean weak)
{
unsigned int i;