gsasl  2.2.0
About: GNU SASL is an implementation of the Simple Authentication and Security Layer (SASL).
  Fossies Dox: gsasl-2.2.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
done.c File Reference
#include "internal.h"
Include dependency graph for done.c:

Go to the source code of this file.

Functions

void gsasl_done (Gsasl *ctx)
 

Function Documentation

◆ gsasl_done()

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().