[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.53 and 1.54

version 1.53, 2018/09/13 02:08:33 version 1.54, 2019/09/06 05:23:55
Line 38 
Line 38 
 #define CIPHER_H  #define CIPHER_H
   
 #include <sys/types.h>  #include <sys/types.h>
   #ifdef WITH_OPENSSL
 #include <openssl/evp.h>  #include <openssl/evp.h>
   #endif
 #include "cipher-chachapoly.h"  #include "cipher-chachapoly.h"
 #include "cipher-aesctr.h"  #include "cipher-aesctr.h"
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54