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

Diff for /src/usr.bin/ssh/kexc25519.c between version 1.16 and 1.17

version 1.16, 2019/01/21 10:38:54 version 1.17, 2019/01/21 10:40:11
Line 101 
Line 101 
 #ifdef DEBUG_KEXECDH  #ifdef DEBUG_KEXECDH
         dump_digest("client public key c25519:", cp, CURVE25519_SIZE);          dump_digest("client public key c25519:", cp, CURVE25519_SIZE);
 #endif  #endif
         kex->kem_client_pub = buf;          kex->client_pub = buf;
         buf = NULL;          buf = NULL;
  out:   out:
         sshbuf_free(buf);          sshbuf_free(buf);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17