Changeset 5940
- Timestamp:
- Mar 5, 2019 6:56:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ssl_sock_imp_common.c
r5938 r5940 1961 1961 PJ_DEF(pj_status_t) pj_ssl_sock_renegotiate(pj_ssl_sock_t *ssock) 1962 1962 { 1963 return ssl_renegotiate(ssock);1964 1963 pj_status_t status; 1965 1964
Note: See TracChangeset
for help on using the changeset viewer.