]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commit
nsscash: use WriteByte() instead of Write() with cast
authorSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:50:34 +0000 (15:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:50:34 +0000 (15:50 +0200)
commite7085e4751da534f2b0290df32ba06d09802a037
treeb2cd779c29b84a3d67c39e36428c5351a86287b4
parentd7eb5ee1a910303f38904e604aea9cf0b1372d7b
nsscash: use WriteByte() instead of Write() with cast

Less to type and easier to read.

The old solution used '0' to pad instead 0. This isn't an issue as these
bytes are not used. But fix it as well.
passwd.go