gsasl
2.2.0
About: GNU SASL is an implementation of the Simple Authentication and Security Layer (SASL).
![]() ![]() |
#include "internal.h"
Go to the source code of this file.
Functions | |
void | gsasl_done (Gsasl *ctx) |
void gsasl_done | ( | Gsasl * | ctx | ) |
gsasl_done: @ctx: libgsasl handle.
This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call.
Definition at line 33 of file done.c.
References Gsasl_mechanism::client, Gsasl::client_mechs, Gsasl_mechanism_functions::done, free(), Gsasl::n_client_mechs, Gsasl::n_server_mechs, Gsasl_mechanism::server, and Gsasl::server_mechs.
Referenced by gsasl_init(), and main().