]> git.ipfire.org Git - thirdparty/openssl.git/commit
The params_test uses wrong size for BN check.
authorPauli <paul.dale@oracle.com>
Mon, 24 Jun 2019 15:37:07 +0000 (01:37 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 26 Jun 2019 06:33:41 +0000 (16:33 +1000)
commitedc62356485257a37eb8775f25c5a19345b83a50
tree5fe9d21c901fb2d1ad9851237a4776f42d190003
parent10c25644e362381844e0089504f0db42f029d855
The params_test uses wrong size for BN check.

Before the return size was included in the OSSL_PARAM structure, the size
global was updated via a pointer.  The size global variable has been removed
and the in structure return size used instead.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9248)
test/params_test.c