nn::ssl::Finalize FunctionResult Finalize( void );
None.
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
| ResultNotInitializedErr | Error indicating a lack of initialization. No need to call Finalize. |
| A value other than the above. | Unexpected error (see ssl_Result.h for error details). |
Finalizes the SSL library. Processes linking the SSL library must call this function once after they are done using the library.
CONFIDENTIAL