diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-06-19 01:00:36 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-06-19 01:00:36 +0000 |
commit | edd1796bdc590816f4284725f6ea22bc8169bc38 (patch) | |
tree | a016575f87686a3ea9f5b649835b6ed11c18e6ee /usr.bin/tcfs/tcfsgenkey.c | |
parent | 0955a530f45285c33894b242e5ea3972187bfaa2 (diff) |
remove debug printfs
Diffstat (limited to 'usr.bin/tcfs/tcfsgenkey.c')
-rw-r--r-- | usr.bin/tcfs/tcfsgenkey.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/tcfs/tcfsgenkey.c b/usr.bin/tcfs/tcfsgenkey.c index 815221fa951..d811fa846f4 100644 --- a/usr.bin/tcfs/tcfsgenkey.c +++ b/usr.bin/tcfs/tcfsgenkey.c @@ -71,13 +71,6 @@ genkey_main (int argn, char *argv[]) * Generate a new key for the user. */ newkey = gentcfskey (); - { - int i; - printf("gentcfskey: key ="); - for (i = 0; i < KEYSIZE; i++) - printf(" %02x", newkey[i]); - printf("\n"); - } /* * Encrypt the generated key with user password |