Ignore:
Timestamp:
Apr 23, 2015 2:42:49 AM (9 years ago)
Author:
ming
Message:

Fixed #1845: Add support if OpenSSL library has more than 100 cipher suites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r5064 r5076  
    862862#ifndef PJ_HAS_SSL_SOCK 
    863863#  define PJ_HAS_SSL_SOCK           0 
     864#endif 
     865 
     866 
     867/** 
     868 * Define the maximum number of ciphers supported by the secure socket. 
     869 * 
     870 * Default: 256 
     871 */ 
     872#ifndef PJ_SSL_SOCK_MAX_CIPHERS 
     873#  define PJ_SSL_SOCK_MAX_CIPHERS   256 
    864874#endif 
    865875 
Note: See TracChangeset for help on using the changeset viewer.