mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #8204 from JacobBarthelmeh/socket
change optval type to match system
This commit is contained in:
@ -416,7 +416,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef XSOCKOPT_TYPE_OPTVAL_TYPE
|
#ifndef XSOCKOPT_TYPE_OPTVAL_TYPE
|
||||||
#ifdef USE_WINDOWS_API
|
#ifndef USE_WINDOWS_API
|
||||||
#define XSOCKOPT_TYPE_OPTVAL_TYPE void*
|
#define XSOCKOPT_TYPE_OPTVAL_TYPE void*
|
||||||
#else
|
#else
|
||||||
#define XSOCKOPT_TYPE_OPTVAL_TYPE char*
|
#define XSOCKOPT_TYPE_OPTVAL_TYPE char*
|
||||||
|
Reference in New Issue
Block a user