[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.6 and 1.7

version 1.6, 1999/09/30 19:22:58 version 1.7, 1999/10/02 19:14:54
Line 17 
Line 17 
 #define CIPHER_H  #define CIPHER_H
   
 #include <des.h>  #include <des.h>
 #include "blowfish.h"  #include <ssl/blowfish.h>
   
 /* 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. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7