blob: 1f029a7a94f8ad7c734a460fc784bef30717d44a (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* 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"
|