MSVC: Enable building ocspcheck.
- Add `STDIN_FILENO` to compat unistd header. - Use quotes to include compat getopt header in the compat unistd. - Export additional symbols needed by ocspcheck (optarg, optind, ftruncate)
This commit is contained in:

committed by
Brent Cook

parent
8048941622
commit
c4bb6b79ea
@@ -22,6 +22,8 @@ if(WIN32)
|
||||
compat/pread.c
|
||||
compat/pwrite.c
|
||||
)
|
||||
|
||||
set(LIBTLS_EXTRA_EXPORT ${LIBTLS_EXTRA_EXPORT} ftruncate)
|
||||
endif()
|
||||
|
||||
if(NOT "${OPENSSLDIR}" STREQUAL "")
|
||||
|
Reference in New Issue
Block a user