diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-24 00:26:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-24 00:26:05 +0000 |
commit | c14bc793676af72a37a3dec0514535ee5d518544 (patch) | |
tree | b3aa555770da23872b7868223533bc73a29128fb /usr.bin/ssh/fingerprint.h | |
parent | e668e96ab6ba981bc7469cc91eebd045bb4d7898 (diff) |
much more KNF
Diffstat (limited to 'usr.bin/ssh/fingerprint.h')
-rw-r--r-- | usr.bin/ssh/fingerprint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/fingerprint.h b/usr.bin/ssh/fingerprint.h index c4ec22fc419..8c603aa1654 100644 --- a/usr.bin/ssh/fingerprint.h +++ b/usr.bin/ssh/fingerprint.h @@ -1,6 +1,6 @@ -/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */ +/* RCSID("$Id: fingerprint.h,v 1.2 1999/11/24 00:26:02 deraadt Exp $"); */ #ifndef FINGERPRINT_H #define FINGERPRINT_H -char * fingerprint(BIGNUM *e, BIGNUM *n); +char *fingerprint(BIGNUM * e, BIGNUM * n); #endif |