diff options
author | Henrik Nord <[email protected]> | 2016-04-07 14:38:41 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-04-07 14:38:41 +0200 |
commit | 9e3d98d67a9fbc62aa54b3035b953eb94486cdf7 (patch) | |
tree | 875bb18c7c702cae244f428f40d92ac7400f6536 /HOWTO | |
parent | 32c51ebc10754d9ce0dd0500251306ef82149b2a (diff) | |
parent | 1096af72010f63d81914d0768f0218757dc50737 (diff) | |
download | otp-9e3d98d67a9fbc62aa54b3035b953eb94486cdf7.tar.gz otp-9e3d98d67a9fbc62aa54b3035b953eb94486cdf7.tar.bz2 otp-9e3d98d67a9fbc62aa54b3035b953eb94486cdf7.zip |
Merge branch 'RicoAntonioFelix/patch-1/PR-1003'
* RicoAntonioFelix/patch-1/PR-1003:
Update INSTALL.md
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index adfc44baae..2ae1ed3c8d 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -68,7 +68,7 @@ also find the utilities needed for building the documentation. Required for building the application `crypto`. Further, `ssl` and `ssh` require a working crypto application and will also be skipped if OpenSSL is missing. The `public_key` - application will available without `crypto`, but the functionality + application is available without `crypto`, but the functionality will be very limited. The development package of OpenSSL including the header files are needed as well |