mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
sai: openbsd: fix sigv4
This commit is contained in:
parent
e2feea7657
commit
c15744f1d0
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ lws_ss_sigv4_set_aws_key(struct lws_context* context, uint8_t idx,
|
|||
|
||||
#if defined(__linux__) || defined(__APPLE__) || defined(WIN32) || \
|
||||
defined(__FreeBSD__) || defined(__NetBSD__) || defined(__ANDROID__) || \
|
||||
defined(__sun)
|
||||
defined(__sun) || defined(__OpenBSD__)
|
||||
|
||||
/* ie, if we have filesystem ops */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue