]> git.tuebingen.mpg.de Git - paraslash.git/commit - crypt_backend.h
crypt: Remove read_ssh_u32().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 15 Jul 2017 13:24:07 +0000 (15:24 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Jul 2017 16:01:10 +0000 (18:01 +0200)
commitd0586a4f9b2c81f87ec40e06edae843f2d61ea74
tree508a6b6615b7e04c32039584e0653df05e0f0f48
parentb1206644af64376f11877f14fa9f9dd3c30f8e4b
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.
crypt.c
crypt_backend.h
crypt_common.c