Reference Guide > S Routines > SSL_CONNECT_LOAD Procedure
  

SSL_CONNECT_LOAD Procedure
Loads the SSL_connect OPI into your PV-WAVE session.
 
note
In order to use the SSL_connect OPI, UNIX users need to do one of the following:
*set the LD_LIBRARY_PATH (or LD_LIBRARY_PATH_64 on Solaris 64) environment variable to include the <RW_DIR>/SSL_connect-1_0/bin/bin.<platform>/SSL_shared directory.
*copy the shared libraries found in the SSL_shared directory to a directory already in their LD_LIBRARY_PATH.
Usage
SSL_CONNECT_LOAD
Input Parameters
None.
Keywords
None.
Discussion
After calling this routine, the SSL_connect OPI is loaded in your PV-WAVE session. Call this routine before compiling any PV-WAVE procedure which contains calls to the SSL_connect OPI.
Example
For more information and to see this process in use, see the file ssl_demo.pro in the SSL_connect lib directory.
See Also
SSL_CLIENT_CLOSE, SSL_CLIENT_CONNECT, SSL_CLIENT_READ, SSL_CLIENT_WRITE

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.