comparison common-runopts.c @ 1318:10e2a7727253 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 22 Jul 2016 00:08:02 +0800
parents 750ec4ec4cbe
children b9a466b43de0
comparison
equal deleted inserted replaced
1286:7d02b83c61fd 1318:10e2a7727253
60 buf_burn(buf); 60 buf_burn(buf);
61 buf_free(buf); 61 buf_free(buf);
62 return ret; 62 return ret;
63 } 63 }
64 64
65 #ifdef ENABLE_USER_ALGO_LIST 65 #if DROPBEAR_USER_ALGO_LIST
66 void 66 void
67 parse_ciphers_macs() 67 parse_ciphers_macs()
68 { 68 {
69 if (opts.cipher_list) 69 if (opts.cipher_list)
70 { 70 {