Changeset 5501 for pjproject/trunk/pjlib/src/pj/ssl_sock_ossl.c
- Timestamp:
- Dec 19, 2016 3:01:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ssl_sock_ossl.c
r5483 r5501 407 407 } 408 408 #else 409 PJ_UNUSED_ARG(nid); 410 PJ_UNUSED_ARG(cname); 409 411 openssl_curves_num = 0; 410 412 #endif … … 1023 1025 return GET_SSL_STATUS(ssock); 1024 1026 } 1027 #else 1028 PJ_UNUSED_ARG(ssock); 1025 1029 #endif 1026 1030 … … 1045 1049 return GET_SSL_STATUS(ssock); 1046 1050 } 1051 #else 1052 PJ_UNUSED_ARG(ssock); 1047 1053 #endif 1048 1054
Note: See TracChangeset
for help on using the changeset viewer.