aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-19 18:39:23 +0000
committerUlf Möller <ulf@openssl.org>1999-05-19 18:39:23 +0000
commit33d50ef6626940e9b77691c53ef77f168af7c587 (patch)
tree33211391ef3528d93a526cc7c3dbcba2a4514ae4 /INSTALL
parent06064bb512d9ccdb4b7aa8a6b55550439140dede (diff)
downloadopenssl-33d50ef6626940e9b77691c53ef77f168af7c587.tar.gz
Small corrections.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index c0e29a63d5..b9bf162337 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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