diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-07 19:43:02 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-07 19:43:02 +0000 |
commit | 307ba7704617f8473644e571a6d63aba8de53dec (patch) | |
tree | f370092c6b91bb325ec3eb67471f1149b46051f5 /tests/portable/strlcpy.c | |
parent | 5c7f925d454d16cf6427f3d3e9e2a5f0299ca085 (diff) |
Add support for enabling and disabling principals (clearing or setting
the NOTGS flag) and examining principals to kasetkey. This
functionality isn't used by wallet (and probably won't be) but is
convenient for other users of kasetkey such as kadmin-remctl.
Diffstat (limited to 'tests/portable/strlcpy.c')
-rw-r--r-- | tests/portable/strlcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/portable/strlcpy.c b/tests/portable/strlcpy.c new file mode 100644 index 0000000..d444595 --- /dev/null +++ b/tests/portable/strlcpy.c @@ -0,0 +1,2 @@ +#define TESTING 1 +#include <portable/strlcpy.c> |