include strtonum for ocspcheck

This commit is contained in:
Brent Cook
2020-10-18 20:47:10 -05:00
parent 01c146e3a5
commit 6359d9404d
4 changed files with 13 additions and 0 deletions

View File

@@ -19,3 +19,7 @@ noinst_HEADERS = http.h
if !HAVE_MEMMEM
ocspcheck_SOURCES += compat/memmem.c
endif
if !HAVE_STRTONUM
ocspcheck_SOURCES += compat/strtonum.c
endif