summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorMarcin Kolny <marcin.kolny@gmail.com>2023-07-03 00:38:40 +0100
committerPauli <pauli@openssl.org>2023-07-06 12:54:17 +1000
commitd88a0f5f3944535dd83d55bedc4d239544c5678d (patch)
tree2dc74550c8bd0a4f03ff898e39e723b95af57769 /crypto/bio
parent3e76b388521ccafddd8ba19d9ab62c8d25e83e0c (diff)
Add limited support for WebAssembly WASI target
CLA: trivial Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21344)
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index f2c84606d2..a90aebe0b4 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -24,6 +24,8 @@
#if defined(OPENSSL_SYS_WINCE)
#elif defined(OPENSSL_SYS_WIN32)
+#elif defined(__wasi__)
+# define NO_SYSLOG
#elif defined(OPENSSL_SYS_VMS)
# include <opcdef.h>
# include <descrip.h>