Changeset 5077 for pjproject


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

Re #1845: Remove the hardcoded buffer size in one more place, to use PJ_SSL_SOCK_MAX_CIPHERS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_config.c

    r5076 r5077  
    12221222                    cfg->udp_cfg.tls_setting.ciphers = tls_ciphers; 
    12231223                } else { 
    1224                     pj_ssl_cipher ciphers[512]; 
     1224                    pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS]; 
    12251225                    unsigned j, ciphers_cnt; 
    12261226 
Note: See TracChangeset for help on using the changeset viewer.