Land #674, fix mingw builds with newer compiler versions

This commit is contained in:
Brent Cook
2021-05-30 17:53:02 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -172,9 +172,11 @@ check_PROGRAMS += dsatest
dsatest_SOURCES = dsatest.c
# dtlstest
if !HOST_WIN
TESTS += dtlstest.sh
check_PROGRAMS += dtlstest
dtlstest_SOURCES = dtlstest.c
endif
EXTRA_DIST += dtlstest.sh
# ec_point_conversion