HP Open Source Security for OpenVMS Volume 2: HP SSL for OpenVMS > Chapter 1 Installation and Release NotesBuilding an HP SSL Application
HP SSL for OpenVMS provides shareable images that contain 64-bit APIs and shareable images that contain 32-bit APIs. You can choose which APIs to use when you compile your application. The file names for these shareable images are as follows:
When you compile your application using HP C, use the /POINTER_SIZE=64 qualifier to take advantage of the 64-bit APIs. The default value for the /POINTER_SIZE qualifier is 32. Linking your application is the same for both 64-bit or 32-bit APIs. The options file used contains either the 64-bit or 32-bit references to the appropriate shareable image. To build (compile and link) an example program using the 64-bit APIs, enter the following commands:
In these commands, LINKER_OPT.OPT is a simple text file that contains the following lines:
To build (compile and link) an example program using the 32-bit APIs, enter the following commands:
In these commands, LINKER_OPT.OPT is a simple text file that contains the following lines:
|