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