xref: /freebsd/crypto/krb5/src/kadmin/cli/keytab_local.c (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /*
3  * A wrapper around keytab.c used by kadmin.local to expose the -norandkey
4  * flag.  This avoids building two object files from the same source file,
5  * which is otherwise tricky with compilers that don't support -c and -o
6  * at the same time.
7  */
8 
9 #define KADMIN_LOCAL
10 #include "keytab.c"
11