[BACK]Return to fingerprint.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / Attic / fingerprint.h (download)

Revision 1.2, Wed Nov 24 00:26:02 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines

much more KNF

/* 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);
#endif