Changeset 5836 for pjproject


Ignore:
Timestamp:
Jul 23, 2018 11:04:49 AM (6 years ago)
Author:
riza
Message:

Re #484: Fix compile warning of unused method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/ssl_sock.c

    r5821 r5836  
    494494} 
    495495 
    496 #if (TEST_LOAD_FROM_FILE==0) 
     496#if !(defined(TEST_LOAD_FROM_FILES) && TEST_LOAD_FROM_FILES==1)  
    497497static pj_status_t load_cert_to_buf(pj_pool_t *pool, const pj_str_t *file_name, 
    498498                                    pj_ssl_cert_buffer *buf) 
Note: See TracChangeset for help on using the changeset viewer.