[BACK]Return to fingerprint.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/fingerprint.h, Revision 1.1

1.1     ! markus      1: /* RCSID("$Id: $"); */
        !             2:
        !             3: #ifndef FINGERPRINT_H
        !             4: #define FINGERPRINT_H
        !             5: char * fingerprint(BIGNUM *e, BIGNUM *n);
        !             6: #endif