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_ossl.c

    r6014 r6022  
    3838    (PJ_SSL_SOCK_IMP == PJ_SSL_SOCK_IMP_OPENSSL) 
    3939 
    40 #include "ssl_sock_imp_common.h" 
    4140#include "ssl_sock_imp_common.c" 
    4241 
     
    15771576    int i; 
    15781577 
     1578    /* For now, get_pem has to be PJ_TRUE */ 
     1579    pj_assert(get_pem); 
     1580    PJ_UNUSED_ARG(get_pem); 
     1581 
    15791582    ci->raw_chain.cert_raw = (pj_str_t *)pj_pool_calloc(pool, 
    15801583                                                        sk_X509_num(chain), 
Note: See TracChangeset for help on using the changeset viewer.