Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-17 17:28:29 +0400
committerRichard Levitte <levitte@openssl.org>2002-07-17 17:28:29 +0400
commit205a4a95717c669b0ced7e3b4d262d2475c79cf0 (patch)
tree1bd42bfc5a5265b3623b3b65dbe9b02900413e06 /INSTALL.OS2
parent44279d463884070d86053cbdcecf43ab4875b13e (diff)
Add support for shared libraries with OS/2.
PR: 124
Diffstat (limited to 'INSTALL.OS2')
-rw-r--r--INSTALL.OS29
1 files changed, 9 insertions, 0 deletions
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.