/* 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