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

Diff for /src/usr.bin/ssh/cipher.h between version 1.13 and 1.14

version 1.13, 2000/04/04 21:37:27 version 1.14, 2000/04/12 07:45:43
Line 78 
Line 78 
  */   */
 int     cipher_number(const char *name);  int     cipher_number(const char *name);
   
   /* returns 1 if all ciphers are supported (ssh2 only) */
   int     ciphers_valid(const char *names);
   
 /*  /*
  * Selects the cipher to use and sets the key.  If for_encryption is true,   * Selects the cipher to use and sets the key.  If for_encryption is true,
  * the key is setup for encryption; otherwise it is setup for decryption.   * the key is setup for encryption; otherwise it is setup for decryption.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14