Changeset 5089
- Timestamp:
- May 11, 2015 3:26:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_transport_tls.h
r4973 r5089 289 289 pj_memcpy(dst, src, sizeof(*dst)); 290 290 pj_strdup_with_null(pool, &dst->ca_list_file, &src->ca_list_file); 291 pj_strdup_with_null(pool, &dst->ca_list_path, &src->ca_list_path); 291 292 pj_strdup_with_null(pool, &dst->cert_file, &src->cert_file); 292 293 pj_strdup_with_null(pool, &dst->privkey_file, &src->privkey_file);
Note: See TracChangeset
for help on using the changeset viewer.