Don't access non-existing element buf[256], use buf[255] instead.
authorBodo Möller <bodo@openssl.org>
Wed, 20 Dec 2000 10:11:06 +0000 (10:11 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 20 Dec 2000 10:11:06 +0000 (10:11 +0000)
commit60f7492646cdebf12422aecb2cce29418ca105be
tree7446bf4778c2a444e9f279f6a96053e77e9bec34
parent1456d1860e0c9f934a5cb0b6fb42cf1255cacd87
Don't access non-existing element buf[256], use buf[255] instead.

Submitted by: draslar <draslar@elray.ch>
crypto/lhash/lh_test.c