blob: c4ec22fc419237521779ee2f25d8dfaa3da3b945 [file] [log] [blame]
/* 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