diff options
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 |