[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.5 and 1.6

version 1.5, 1999/09/30 08:34:24 version 1.6, 1999/09/30 19:22:58
Line 16 
Line 16 
 #ifndef CIPHER_H  #ifndef CIPHER_H
 #define CIPHER_H  #define CIPHER_H
   
 #include "des.h"  #include <des.h>
 #include "blowfish.h"  #include "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

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