diff options
author | tb <> | 2022-12-03 08:05:52 +0000 |
---|---|---|
committer | tb <> | 2022-12-03 08:05:52 +0000 |
commit | 2144af446f33a4d2a7f49c3b448e506ed6f3cd62 (patch) | |
tree | 317e4fc69c6e7d6202f03d8464c5005cbe0c4d19 /src/lib | |
parent | 57f24ec1b0bbd51340fca9a724ac63b2daff089c (diff) | |
download | openbsd-2144af446f33a4d2a7f49c3b448e506ed6f3cd62.tar.gz openbsd-2144af446f33a4d2a7f49c3b448e506ed6f3cd62.tar.bz2 openbsd-2144af446f33a4d2a7f49c3b448e506ed6f3cd62.zip |
Fix some ancient silliness with a random byte
For nearly 25 years this test has attempted to generate random numbers of
bit length between 192 and 319 bits. Unfortunately, it used an unsigned
char so instead of generating numbers in the interval [-64..63] and add
them to 256, it used numbers in the intervals [0..63] and [192..255]...
Diffstat (limited to 'src/lib')
0 files changed, 0 insertions, 0 deletions