]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_extra_test.c
Fix a copy&paste error in evp_extra_test
authorMatt Caswell <matt@openssl.org>
Mon, 1 Mar 2021 10:48:59 +0000 (10:48 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 2 Mar 2021 14:58:40 +0000 (14:58 +0000)
commitd36a5dd05ec58dec8a6175a25958f008166c421b
treeb3fb55f9df5ecff25836652b50b4a1d26b12e14d
parentd7d8e2c894e242f7e4d25f986c5ff15758853b67
Fix a copy&paste error in evp_extra_test

test_EC_priv_pub fails to test the case where both a private and public
key have been supplied.

Fixes #14349

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14351)
test/evp_extra_test.c