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

Diff for /src/usr.bin/ssh/Attic/fingerprint.h between version 1.1 and 1.2

version 1.1, 1999/11/16 22:49:28 version 1.2, 1999/11/24 00:26:02
Line 2 
Line 2 
   
 #ifndef FINGERPRINT_H  #ifndef FINGERPRINT_H
 #define FINGERPRINT_H  #define FINGERPRINT_H
 char * fingerprint(BIGNUM *e, BIGNUM *n);  char   *fingerprint(BIGNUM * e, BIGNUM * n);
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2