aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/patches/openssl_no_dtls1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/patches/openssl_no_dtls1.patch')
-rw-r--r--deps/openssl/patches/openssl_no_dtls1.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/openssl/patches/openssl_no_dtls1.patch b/deps/openssl/patches/openssl_no_dtls1.patch
new file mode 100644
index 0000000000..8b61cd3f61
--- /dev/null
+++ b/deps/openssl/patches/openssl_no_dtls1.patch
@@ -0,0 +1,13 @@
+--- openssl-1.0.0f.orig/ssl/ssl_lib.c 2012-01-04 22:13:21.000000000 +0000
++++ openssl-1.0.0f/ssl/ssl_lib.c 2012-01-04 22:13:21.000000000 +0000
+@@ -1063,8 +1063,10 @@ long SSL_ctrl(SSL *s,int cmd,long larg,v
+ s->max_cert_list=larg;
+ return(l);
+ case SSL_CTRL_SET_MTU:
++#ifndef OPENSSL_NO_DTLS1
+ if (larg < (long)dtls1_min_mtu())
+ return 0;
++#endif
+
+ if (SSL_version(s) == DTLS1_VERSION ||
+ SSL_version(s) == DTLS1_BAD_VER)