summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/bio_lcl.h.p
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-10-17 21:23:02 +0100
committerVincent Sanders <vince@kyllikki.org>2017-10-17 21:23:02 +0100
commit21997a5b5d1ea6a29727b947f39e88fc3c8d3119 (patch)
treec076fb794df9389bd6e8b1fa5f6b0d5faf5468d8 /sdk/recipes/patches/openssl/bio_lcl.h.p
parent6814210a1140fc2ed7ac46a220fc1919b59de938 (diff)
downloadtoolchains-21997a5b5d1ea6a29727b947f39e88fc3c8d3119.tar.gz
toolchains-21997a5b5d1ea6a29727b947f39e88fc3c8d3119.tar.bz2
update openssl to 1.1.0f
Diffstat (limited to 'sdk/recipes/patches/openssl/bio_lcl.h.p')
-rw-r--r--sdk/recipes/patches/openssl/bio_lcl.h.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/recipes/patches/openssl/bio_lcl.h.p b/sdk/recipes/patches/openssl/bio_lcl.h.p
new file mode 100644
index 0000000..c920bbb
--- /dev/null
+++ b/sdk/recipes/patches/openssl/bio_lcl.h.p
@@ -0,0 +1,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)
+ # undef AF_UNIX
+ # endif
+