diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-07-31 20:16:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-07-31 20:16:25 +0200 |
commit | 261e3190929acd3e8e00507894789a5575fb815f (patch) | |
tree | 8d877d68090967ed4231c457dabed6d64d8bc002 /sys/src/cmd/auth/convkeys.c | |
parent | a75f4de5c9f1782b3a7e0a9648e24b360031a0d5 (diff) |
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use
Diffstat (limited to 'sys/src/cmd/auth/convkeys.c')
-rw-r--r-- | sys/src/cmd/auth/convkeys.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/src/cmd/auth/convkeys.c b/sys/src/cmd/auth/convkeys.c index e55c1f419..9214e8151 100644 --- a/sys/src/cmd/auth/convkeys.c +++ b/sys/src/cmd/auth/convkeys.c @@ -1,10 +1,8 @@ #include <u.h> #include <libc.h> -#include <ctype.h> -#include <authsrv.h> -#include <mp.h> -#include <libsec.h> #include <bio.h> +#include <libsec.h> +#include <authsrv.h> #include "authcmdlib.h" Authkey okey, nkey; |