Mercurial > dropbear
comparison common-runopts.c @ 1295:750ec4ec4cbe
Convert #ifdef to #if, other build changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 04 May 2016 15:33:40 +0200 |
parents | f92eb625c48d |
children | b9a466b43de0 |
comparison
equal
deleted
inserted
replaced
1294:56aba7dedbea | 1295:750ec4ec4cbe |
---|---|
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 { |