diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-19 23:06:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-19 23:06:26 +0000 |
commit | 9d787e27ba1ff3e733eba4b5b061867a3378251e (patch) | |
tree | f47384d750ce21949b09dc50137c5e10044fd54f /usr.bin/tcfs/gentcfskey.c | |
parent | 86c00b230b2edb5f31c3feff302c91fb0000bf26 (diff) |
more KNF
Diffstat (limited to 'usr.bin/tcfs/gentcfskey.c')
-rw-r--r-- | usr.bin/tcfs/gentcfskey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/gentcfskey.c b/usr.bin/tcfs/gentcfskey.c index 9247cc621bd..098d49980b0 100644 --- a/usr.bin/tcfs/gentcfskey.c +++ b/usr.bin/tcfs/gentcfskey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gentcfskey.c,v 1.2 2000/06/19 20:35:47 fgsch Exp $ */ +/* $OpenBSD: gentcfskey.c,v 1.3 2000/06/19 23:06:24 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -25,7 +25,7 @@ #include "tcfsdefines.h" u_char * -gentcfskey (void) +gentcfskey(void) { u_char *buff; MD5_CTX ctx, ctx2; |