Blame src/kadmin/cli/keytab_local.c

Packit Service 99d1c0
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
Packit Service 99d1c0
/*
Packit Service 99d1c0
 * A wrapper around keytab.c used by kadmin.local to expose the -norandkey
Packit Service 99d1c0
 * flag.  This avoids building two object files from the same source file,
Packit Service 99d1c0
 * which is otherwise tricky with compilers that don't support -c and -o
Packit Service 99d1c0
 * at the same time.
Packit Service 99d1c0
 */
Packit Service 99d1c0
Packit Service 99d1c0
#define KADMIN_LOCAL
Packit Service 99d1c0
#include "keytab.c"