Function
Get a string representing the OpenSSL version number.
const char* tibemsSSL_OpenSSLVersion(
char* buffer,
tibems_int
buf_size );
MOVE LENGTH OF buffer TO buf-size. CALL "tibemsSSL_OpenSSLVersion" USING BY REFERENCE buffer, BY VALUE buf-size, RETURNING value-Pointer END-CALL.
Parameter
|
Description
|
---|---|
buffer
|
The function copies the version string in this buffer.
|
buf_size
|
Length (in bytes) of the buffer.
|
The versions string has the format major
.
minor
.
update
.
A null character terminates the version string.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |