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

Diff for /src/usr.bin/ssh/kexecdh.c between version 1.9 and 1.10

version 1.9, 2019/01/21 10:35:09 version 1.10, 2019/01/21 10:40:11
Line 76 
Line 76 
         kex->ec_client_key = client_key;          kex->ec_client_key = client_key;
         kex->ec_group = group;          kex->ec_group = group;
         client_key = NULL;      /* owned by the kex */          client_key = NULL;      /* owned by the kex */
         kex->kem_client_pub = buf;          kex->client_pub = buf;
         buf = NULL;          buf = NULL;
  out:   out:
         EC_KEY_free(client_key);          EC_KEY_free(client_key);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10