Fix return value check for ECDH_compute_key()
authortb <tb@openbsd.org>
Sat, 15 Jul 2023 20:11:37 +0000 (20:11 +0000)
committertb <tb@openbsd.org>
Sat, 15 Jul 2023 20:11:37 +0000 (20:11 +0000)
commita1610dfc38dd717ee13028c2919dcd8462291d77
tree74c25f33bddf00d82cf575997ed64951a80362e3
parent4a9271cac18077c5ac76d4b28c6718fa41e16e71
Fix return value check for ECDH_compute_key()

ECDH_compute_key() usually returns -1 on error (but sometimes 0). This
was also the case in OpenSSL when these tests were written. This will
soon change. The check for <= 0 will still be correct.
regress/lib/libcrypto/ecdh/ecdhtest.c