[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.16 and 1.17

version 1.16, 2000/04/14 10:30:30 version 1.17, 2000/05/08 17:12:15
Line 23 
Line 23 
   
 /* Cipher types.  New types can be added, but old types should not be removed  /* Cipher types.  New types can be added, but old types should not be removed
    for compatibility.  The maximum allowed value is 31. */     for compatibility.  The maximum allowed value is 31. */
   #define SSH_CIPHER_ILLEGAL      -2      /* No valid cipher selected. */
 #define SSH_CIPHER_NOT_SET      -1      /* None selected (invalid number). */  #define SSH_CIPHER_NOT_SET      -1      /* None selected (invalid number). */
 #define SSH_CIPHER_NONE         0       /* no encryption */  #define SSH_CIPHER_NONE         0       /* no encryption */
 #define SSH_CIPHER_IDEA         1       /* IDEA CFB */  #define SSH_CIPHER_IDEA         1       /* IDEA CFB */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17