From: Andre Noll Date: Sat, 15 Jul 2017 13:24:07 +0000 (+0200) Subject: crypt: Remove read_ssh_u32(). X-Git-Tag: v0.6.1~10^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=d0586a4f9b2c81f87ec40e06edae843f2d61ea74;hp=d0586a4f9b2c81f87ec40e06edae843f2d61ea74;p=paraslash.git crypt: Remove read_ssh_u32(). It was just another implementation of read_u32_be(). This commit makes the crypto code use the helper of portable_io.h instead. ---