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


Chapter 7 Connection : tibemsSSL : tibemsSSL_OpenSSLVersion

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

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