]> git.codecow.com Git - Monocypher.git/commit
Fixed buffer length in test.
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Nov 2019 22:29:39 +0000 (23:29 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Nov 2019 22:35:56 +0000 (23:35 +0100)
commitbf1d876166e86fd9116c8c4c2c5f76e2afb2030e
treeb98abfb1d6062013c3faf90414b1b6c62123343d
parent5d9b9b8be4f101404466ceee657404fab9d6a6a9
Fixed buffer length in test.

The buffers tested for equality were too short.  Now we test the whole
of them.

Note: this may not be the only instance of this error.
tests/test.c