Util.pm: fix undefined problems with scrypt
commit385f6f46f8b3a0b34289e923fee3abebe15c7389
authorKyle J. McKay <mackyle@gmail.com>
Wed, 26 Jun 2013 17:21:42 +0000 (26 10:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 26 Jun 2013 17:21:42 +0000 (26 10:21 -0700)
treefeef79de6e7070999a6b324373c25310e8ab8c20
parent91aa1e4a86c9bf0a49a4135c3f05a3d580368ab4
Util.pm: fix undefined problems with scrypt

The array was two elements short when generating
the two-character salt and an undef $pwd would
generate an undefined variable warning.
Girocco/Util.pm