1sasl_version(S3iSmApSlLe)Authentication Security Layer Library Funscatsilo_nvsersion(3SASL)
2
3
4
6 sasl_version - get SASL library version information
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 void sasl_version(const char **implementation, int *version);
13
14
16 Use the sasl_version() interface to obtain the version of the SASL
17 library.
18
20 implementation A vendor-defined string that describes the implemen‐
21 tation. The value of implementationreturned is Sun
22 SASL.
23
24
25 version A vendor-defined represetation of the version number.
26
27
29 The sasl_version() interface has no return values.
30
32 See attributes(5) for descriptions of the following attributes:
33
34
35
36
37 ┌─────────────────────────────┬─────────────────────────────┐
38 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │Availability │SUNWlibsasl │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │Interface Stability │Evolving │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │MT-Level │MT-Safe │
45 └─────────────────────────────┴─────────────────────────────┘
46
48 attributes(5)
49
50
51
52SunOS 5.11 14 Oct 2003 sasl_version(3SASL)