| You need to have the following tools installed: |
| To build the makefile, run |
| This will configure OpenSSL and create OS2-EMX.mak which you then use to |
| build the OpenSSL libraries & programs by running |
| If that finishes successfully you will find the libraries and programs in the |
| Alternatively, you can make a dynamic build that puts the library code into |
| crypto.dll and ssl.dll by running |
| > make -f os2-emx-dll.mak |
| This will build the above mentioned dlls and a matching pair of import |
| libraries in the "out_dll" directory along with the set of test programs |
| and the openssl application. |