Ignore:
Timestamp:
Jun 11, 2019 2:03:02 AM (5 years ago)
Author:
nanang
Message:

Misc (re #2147): Fixed warnings in SSL socket: redefinition of typedef 'pj_ssl_sock_t' and unused 'get_pem'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ssl_sock_imp_common.h

    r5938 r6022  
    9494 * Secure socket structure definition. 
    9595 */ 
    96 typedef struct pj_ssl_sock_t 
     96struct pj_ssl_sock_t 
    9797{ 
    9898    pj_pool_t            *pool; 
     
    140140    circ_buf_t            circ_buf_output; 
    141141    pj_lock_t            *circ_buf_output_mutex; 
    142 } pj_ssl_sock_t; 
     142}; 
    143143 
    144144 
Note: See TracChangeset for help on using the changeset viewer.