Changeset 5076 for pjproject/trunk/pjlib/src/pjlib-test/ssl_sock.c
- Timestamp:
- Apr 23, 2015 2:42:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ssl_sock.c
r4537 r5076 41 41 static int get_cipher_list(void) { 42 42 pj_status_t status; 43 pj_ssl_cipher ciphers[ 100];43 pj_ssl_cipher ciphers[PJ_SSL_SOCK_MAX_CIPHERS]; 44 44 unsigned cipher_num; 45 45 unsigned i;
Note: See TracChangeset
for help on using the changeset viewer.