From a21885c3133c2f35be44dfcd14fb2023b1d60c89 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 23 Apr 2015 02:42:49 +0000 Subject: 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 --- pjlib/include/pj/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pjlib/include/pj/config.h') 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 @@ -864,6 +864,16 @@ #endif +/** + * 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. -- cgit v1.2.3