From: Ian Jackson Date: Wed, 20 Jun 2012 22:38:14 +0000 (+0100) Subject: site: Break out separate function for decrypting msg0 X-Git-Tag: debian/0.3.0_beta1~12 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/065e1922e00c787775b595badce0e40a999a6afb?hp=065e1922e00c787775b595badce0e40a999a6afb site: Break out separate function for decrypting msg0 The control flow here is going to become more complicated, and this change will make the next patches, and the resulting code, clearer. Note that process_msg0's return value is never used; it is only defined to return bool_t so that it can use the CHECK_AVAIL macro. Knowing this will make it easier to see that the patch is correct. Signed-off-by: Ian Jackson ---