fix busted debug format in ssl mode 74/3074/1
authorAndy Green <andy.green@linaro.org>
Mon, 11 Feb 2013 12:10:56 +0000 (20:10 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:34 +0000 (13:01 -0800)
commit989f1c461f46783a3208e35612bebe9ce22892d2
treed61315d8f1adaaeb6362fafdf7b2e38c8d816ca1
parent667d6431c25bc9865ddb7138708c912e469413fa
fix busted debug format in ssl mode

CyaSSL blows (symptomless?) uninitialized memory accesses in
valgrind when using SSL_get_version()... don't need to do it...

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/server.c