blob: c4ec22fc419237521779ee2f25d8dfaa3da3b945 [file] [log] [blame]
Damien Miller10f6f6b1999-11-17 17:29:08 +11001/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */
2
3#ifndef FINGERPRINT_H
4#define FINGERPRINT_H
5char * fingerprint(BIGNUM *e, BIGNUM *n);
6#endif