openssh/fingerprint.h

7 lines
168 B
C

/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */
#ifndef FINGERPRINT_H
#define FINGERPRINT_H
char * fingerprint(BIGNUM *e, BIGNUM *n);
#endif