summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli/keytab_local.c
blob: bb9cd88dfc58291ff4525a74e9d788e583e03fcf (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
 * A wrapper around keytab.c used by kadmin.local to expose the -norandkey
 * flag.  This avoids building two object files from the same source file,
 * which is otherwise tricky with compilers that don't support -c and -o
 * at the same time.
 */

#define KADMIN_LOCAL
#include "keytab.c"