Changeset 5472 for pjproject/trunk/pjlib/include/pj/config.h
- Timestamp:
- Oct 27, 2016 7:58:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/config.h
r5445 r5472 888 888 #ifndef PJ_SSL_SOCK_OSSL_CIPHERS 889 889 # define PJ_SSL_SOCK_OSSL_CIPHERS "HIGH:-COMPLEMENTOFDEFAULT" 890 #endif 891 892 893 /** 894 * Define the maximum number of curves supported by the secure socket. 895 * 896 * Default: 32 897 */ 898 #ifndef PJ_SSL_SOCK_MAX_CURVES 899 # define PJ_SSL_SOCK_MAX_CURVES 32 890 900 #endif 891 901
Note: See TracChangeset
for help on using the changeset viewer.