property_test: use property values that are not used elsewhere
authorTomas Mraz <tomas@openssl.org>
Tue, 16 Mar 2021 12:26:24 +0000 (13:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 16 Mar 2021 12:31:08 +0000 (13:31 +0100)
commita289d3a4272b20a5bae5aa6f527eed5d9bb2d8bb
treeaf3aa3719df6730a22dec242384935e0df6907a4
parent2217d4c9ccde174a66cc4022c7d65614379b2ae7
property_test: use property values that are not used elsewhere

In test_property_query_value_create() we depend on the property
values to not be created by other test cases. Use such
values.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14573)
test/property_test.c