Changeset 2353 for pjproject/trunk/third_party/srtp/srtp/srtp.c
- Timestamp:
- Oct 21, 2008 2:29:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/srtp/srtp.c
r1894 r2353 1103 1103 } 1104 1104 1105 err_status_t 1106 srtp_deinit() { 1107 err_status_t status; 1108 1109 status = crypto_kernel_shutdown(); 1110 1111 return status; 1112 } 1113 1105 1114 /* 1106 1115 * The following code is under consideration for removal. See
Note: See TracChangeset
for help on using the changeset viewer.