Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM z/OS : tibemsSSL_System_Version

tibemsSSL_System_Version
Function
Purpose
Get a string representing the IBM System SSL version number.
C Declaration
const char* tibemsSSL_System_Version(
    char* buffer,
    tibems_int buf_size );
COBOL Call
MOVE LENGTH OF buffer TO buf-size.
 
CALL "tibemsSSL_System_Version"
     USING BY REFERENCE buffer,
           BY VALUE buf-size,
           RETURNING value-Pointer
END-CALL.
 
buffer has usage pointer.
Parameters
 
Remarks
The versions string has the format major.minor.update.
A null character terminates the version string.
See Also
tibemsSSL_OpenSSLVersion on page 229

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved