summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-04-23 02:42:49 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-04-23 02:42:49 +0000
commita21885c3133c2f35be44dfcd14fb2023b1d60c89 (patch)
tree04231ae5d45b4e42d01a74bbe044c226ccb05b81 /pjlib/include
parent21f84b3fc05ba3e820001bc9d7234b72ace47a8a (diff)
Fixed #1845: Add support if OpenSSL library has more than 100 cipher suites
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5076 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 67659191..cad816e8 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -865,6 +865,16 @@
/**
+ * Define the maximum number of ciphers supported by the secure socket.
+ *
+ * Default: 256
+ */
+#ifndef PJ_SSL_SOCK_MAX_CIPHERS
+# define PJ_SSL_SOCK_MAX_CIPHERS 256
+#endif
+
+
+/**
* Disable WSAECONNRESET error for UDP sockets on Win32 platforms. See
* https://trac.pjsip.org/repos/ticket/1197.
*