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

Diff for /src/usr.bin/ssh/Attic/kexsntrup4591761x25519.c between version 1.2 and 1.3

version 1.2, 2019/01/21 10:35:09 version 1.3, 2019/01/21 10:40:11
Line 58 
Line 58 
 #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.2  
changed lines
  Added in v.1.3