test/asn1_internal_test.c: silence the new check for the ASN1 method table
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 7 Aug 2018 15:49:28 +0000 (17:49 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 7 Aug 2018 21:35:06 +0000 (23:35 +0200)
commit080769102a0bb41c23f81cf4f4f8060991dd0b8e
treefa8bde3da505f3d7a0af6292048845aa45b33858
parentb5ee517794cf546dc7e3d5a82b400955a7381053
test/asn1_internal_test.c: silence the new check for the ASN1 method table

In 38eca7fed09a a new check for the pem_str member of the entries of the
ASN1 method table was introduced. Because the test condition was split
into two TEST_true(...) conditions, the test outputs error diagnostics
for all entries which have pem_str != NULL. This commit joins the two
test conditions into a single condition.

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