man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

sasl_version(3SASL)

Name

sasl_version - get SASL library version information

Synopsis

cc [ flag ... ] file ... –lsasl   [ library ... ]
#include <sasl/sasl.h>

void sasl_version(const char **implementation, int *version);

Description

Use the sasl_version() interface to obtain the version of the SASL library.

Parameters

implementation

A vendor-defined string that describes the implementation. The value of implementationreturned is Sun SASL.

version

A vendor-defined represetation of the version number.

Return Values

The sasl_version() interface has no return values.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/security/libsasl
Interface Stability
Committed
MT-Level
MT–Safe

See also

attributes(5)