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

Diff for /src/usr.bin/ssh/ssh.h between version 1.11 and 1.12

version 1.11, 1999/10/14 18:17:42 version 1.12, 1999/10/16 19:23:35
Line 300 
Line 300 
    Returns HOST_OK if the host is known and has the specified key,     Returns HOST_OK if the host is known and has the specified key,
    HOST_NEW if the host is not known, and HOST_CHANGED if the host is known     HOST_NEW if the host is not known, and HOST_CHANGED if the host is known
    but used to have a different host key.  The host must be in all lowercase. */     but used to have a different host key.  The host must be in all lowercase. */
 typedef enum { HOST_OK, HOST_NEW, HOST_CHANGED, HOST_DIFFER } HostStatus;  typedef enum { HOST_OK, HOST_NEW, HOST_CHANGED } HostStatus;
 HostStatus check_host_in_hostfile(const char *filename,  HostStatus check_host_in_hostfile(const char *filename,
                                   const char *host, unsigned int bits,                                    const char *host, unsigned int bits,
                                   BIGNUM *e, BIGNUM *n,                                    BIGNUM *e, BIGNUM *n,

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12