[BACK]Return to cipher.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/cipher.c between version 1.109 and 1.110

version 1.109, 2018/02/07 02:06:50 version 1.110, 2018/02/13 03:36:56
Line 442 
Line 442 
 {  {
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
         const struct sshcipher *c = cc->cipher;          const struct sshcipher *c = cc->cipher;
         int evplen;          int evplen;
 #endif  #endif
   
         if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) {          if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0) {
Line 482 
Line 482 
 {  {
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
         const struct sshcipher *c = cc->cipher;          const struct sshcipher *c = cc->cipher;
         int evplen = 0;          int evplen = 0;
 #endif  #endif
   
         if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0)          if ((cc->cipher->flags & CFLAG_CHACHAPOLY) != 0)

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110