X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=INSTALL.OS2;h=530316db180c8941efc6b6f3b2373e6334663229;hp=d4cc0e319b3f8c9473041a10f18181af9eedf1f6;hb=731f431497f463f3a2a97236fe0187b11c44aead;hpb=dc01b6b1f20e9fa8a975f5f28e55fdaa75fe37e6 diff --git a/INSTALL.OS2 b/INSTALL.OS2 index d4cc0e319b..530316db18 100644 --- a/INSTALL.OS2 +++ b/INSTALL.OS2 @@ -20,3 +20,12 @@ If that finishes successfully you will find the libraries and programs in the "out" directory. + + 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.