mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Document inline build error & fix
This commit is contained in:
@ -38,6 +38,9 @@ If the wolfSSL::wolfSSL pack isn't showing:
|
||||
|
||||
## Building
|
||||
|
||||
If getting an error for an unknown type `inline`, change your project C standard to c99 in the C/C++ options. Alternatively,
|
||||
add `#define WC_INLINE __inline` to `user_settings.h` to stick to c89 or the default c90.
|
||||
|
||||
If getting error for missing GetCA or GetCAByName then include `Src/ssl-dummy.c` or define `WOLFCRYPT_ONLY`.
|
||||
|
||||
If getting an error with missing `current_time` then please implement a function to return elapsed seconds (used by benchmark) like this:
|
||||
|
Reference in New Issue
Block a user