Revert "Link x509_algor test to build"

This reverts commit 04fa997f5429a16f8ad17be99550f7d1f006aff5.
This commit is contained in:
Brent Cook 2023-11-01 21:33:40 -05:00
parent f075fe34bf
commit 79fe4adf48
2 changed files with 0 additions and 10 deletions

View File

@ -769,11 +769,6 @@ add_executable(x509attribute x509attribute.c)
target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS})
add_test(x509attribute x509attribute)
# x509_algor
add_executable(x509_algor x509_algor.c)
target_link_libraries(x509_algor ${OPENSSL_TEST_LIBS})
add_test(x509_algor x509_algor)
# x509_asn1
add_executable(x509_asn1 x509_asn1.c)
target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS})

View File

@ -775,11 +775,6 @@ TESTS += x509attribute
check_PROGRAMS += x509attribute
x509attribute_SOURCES = x509attribute.c
# x509_algor
TESTS += x509_algor
check_PROGRAMS += x509_algor
x509_algor_SOURCES = x509_algor.c
# x509_asn1
TESTS += x509_asn1
check_PROGRAMS += x509_asn1