summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/bio_lcl.h.p
blob: feae76f5e1bf8081e47f6541ece7f137ed917b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- crypto/bio/bio_lcl.h.orig	2017-10-17 16:19:36.908150231 +0100
+++ crypto/bio/bio_lcl.h	2017-10-17 16:19:52.056631064 +0100
@@ -36,7 +36,7 @@
 /*
  * Undefine AF_UNIX on systems that define it but don't support it.
  */
-# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_VMS)
+# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_RISCOS) || defined(OPENSSL_SYS_AMIGAOS3)  || defined(OPENSSL_SYS_AMIGAOS4)
 #  undef AF_UNIX
 # endif