[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.14 and 1.15

version 1.14, 2000/04/12 07:45:43 version 1.15, 2000/04/12 09:39:10
Line 16 
Line 16 
 #ifndef CIPHER_H  #ifndef CIPHER_H
 #define CIPHER_H  #define CIPHER_H
   
 #include <ssl/des.h>  #include <openssl/des.h>
 #include <ssl/blowfish.h>  #include <openssl/blowfish.h>
 #include <ssl/rc4.h>  #include <openssl/rc4.h>
 #include <ssl/cast.h>  #include <openssl/cast.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.14  
changed lines
  Added in v.1.15