diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-19 20:39:23 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-19 20:39:23 +0200 |
commit | 33d50ef6626940e9b77691c53ef77f168af7c587 (patch) | |
tree | 33211391ef3528d93a526cc7c3dbcba2a4514ae4 /INSTALL | |
parent | Note that the numbering scheme used to be different. (diff) | |
download | openssl-33d50ef6626940e9b77691c53ef77f168af7c587.tar.xz openssl-33d50ef6626940e9b77691c53ef77f168af7c587.zip |
Small corrections.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -133,7 +133,7 @@ $ make install This will create the installation directory (if it does not exist) and - then create the following subdirectories: + then the following subdirectories: certs Initially empty, this is the default location for certificate files. @@ -141,14 +141,14 @@ private Initially empty, this is the default location for private key files. - If you didn't chose a different installation prefix, lib also contains - the library files themselves, and the following additional subdirectories - will be created: + If you didn't chose a different installation prefix, the + following additional subdirectories will be created: bin Contains the openssl binary and a few other utility programs. include/openssl Contains the header files needed if you want to compile programs with libcrypto or libssl. + lib Contains the OpenSSL library files themselves. Package builders who want to configure the library for standard locations, but have the package installed somewhere else so that @@ -236,7 +236,7 @@ necessary). On other systems, to enable support for multi-threading, you will have - to specifiy at least two options: "threads", and a system-dependent option. + to specify at least two options: "threads", and a system-dependent option. (The latter is "-D_REENTRANT" on various systems.) The default in this case, obviously, is not to include support for multi-threading (but you can still use "no-threads" to suppress an annoying warning message |