Add -no_resumption_on_reneg to SSL_CONF.
[openssl.git] / INSTALL.OS2
index d4cc0e319b3f8c9473041a10f18181af9eedf1f6..530316db180c8941efc6b6f3b2373e6334663229 100644 (file)
 
  If that finishes successfully you will find the libraries and programs in the
  "out" directory.
 
  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.