emit "ECDHE" instead of "EECDH" for kX packet trace output
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Dec 2013 18:55:00 +0000 (13:55 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:27 +0000 (15:43 +0000)
commit0be085d34aad30caeecd976d69ca43b0a1c2c5f0
tree9879563760f22766d19ec19db05dac6d2475ca78
parent7963ddeb44b56e5fed734c39e726afc32d9cdb15
emit "ECDHE" instead of "EECDH" for kX packet trace output

other parts of packet tracing emit the standard "ECDHE" label instead
of "EECDH".  This change brings the output of ssl_print_client_keyex()
and ssl_print_server_keyex() into accordance with the standard term.
ssl/t1_trce.c