Changes

Jump to navigation Jump to search
172 bytes added ,  20:42, 19 June 2012
m
Added a link to the C code
Line 51: Line 51:  
| s32 response[8]
 
| s32 response[8]
 
| s32 ssl_context[8]
 
| s32 ssl_context[8]
| Destroys an ssl context. The context id must be in ssl_context[0].
+
| Destroys an ssl context. The context id must be in ssl_context[0]. Returns an error if there are pending operations (i.e. there's data waiting to be SSL_READ()ed).
 
|-
 
|-
 
| 7
 
| 7
Line 132: Line 132:  
* Use SSL_SHUTDOWN
 
* Use SSL_SHUTDOWN
 
* Call net_close() to clean-up the TCP socket
 
* Call net_close() to clean-up the TCP socket
 
+
For the C code of the SSL functions used here go to [[:/dev/net/ssl/code]].
    
[[Category:Wii Filesystem]]
 
[[Category:Wii Filesystem]]
71

edits

Navigation menu