SSP_VERSION
Section: User Manuals (3)
Updated: JULY 2001
NAME
SSP_version - Return the version of the Secure Spread (ssplib) library
SYNOPSIS
#include <ssp.h>
int SSP_version( int *major_version, int *minor_version, int *patch_version);
DESCRIPTION
SSP_version
returns the version of the Secure Spread (ssplib) library.
The
major_version
is the most significant number of the version.
The
minor_version
is the second number of the version.
The
patch_version
is the least significant number of the version.
RETURN VALUES
Returns
1
on success or
0
if one of the supplied parameters is NULL.
BUGS
None.
AUTHOR
Cristina Nita-Rotaru <crisn@cnds.jhu.edu>
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- BUGS
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 19:54:04 GMT, July 07, 2001