Ignore:
Timestamp:
Oct 21, 2008 2:29:47 PM (16 years ago)
Author:
nanang
Message:

Ticket #558: Added srtp_deinit() function and registered this with pj_atexit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/srtp/srtp/srtp.c

    r1894 r2353  
    11031103} 
    11041104 
     1105err_status_t 
     1106srtp_deinit() { 
     1107  err_status_t status; 
     1108 
     1109  status = crypto_kernel_shutdown(); 
     1110 
     1111  return status; 
     1112} 
     1113 
    11051114/*  
    11061115 * The following code is under consideration for removal.  See 
Note: See TracChangeset for help on using the changeset viewer.