Changeset 5076 for pjproject/trunk/pjlib/include/pj/config.h
- Timestamp:
- Apr 23, 2015 2:42:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/config.h
r5064 r5076 862 862 #ifndef PJ_HAS_SSL_SOCK 863 863 # 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 864 874 #endif 865 875
Note: See TracChangeset
for help on using the changeset viewer.