commit | cd3732456bda55d4cde9d20651560496c0ab9322 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Tue Dec 17 12:31:20 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 17 13:28:00 2019 +0100 |
tree | 1c355d166425e06f9a69973980fafa8fbe8fb136 | |
parent | 46dfd78cbf2591ab9cd2d8e30046e811f4179f7b [diff] |
MINOR: sample: Validate the number of bits for the sha2 converter Instead of failing the conversion when an invalid number of bits is given the sha2 converter now fails with an appropriate error message during startup. The sha2 converter was introduced in d4376302377e4f51f43a183c2c91d929b27e1ae3, which is in 2.1 and higher.