nn::ssl::Finalize Function

Syntax

Result Finalize(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the 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).

Description

Finalizes the SSL library. Processes linking the SSL library must call this function once after they are done using the library.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL