diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2020-01-15 16:16:31 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-01-16 03:26:46 +0100 |
commit | 515e10ddf9644010b88cfd7ecf601f4306d42232 (patch) | |
tree | 09af8a2ba486f22168c6e6bfa403a612403bd348 /README.md | |
parent | Wrap stdint.h in ifdef HAVE_STDINT_H. (diff) | |
download | openssh-515e10ddf9644010b88cfd7ecf601f4306d42232.tar.xz openssh-515e10ddf9644010b88cfd7ecf601f4306d42232.zip |
Fix typo in README.md, s/crytpo/crypto/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Stable release tarballs are available from a number of [download mirrors](https: ### Dependencies -Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crytpo algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details. +Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crypto algorithms. Certain platforms and build-time options may require additional dependencies, see README.platform for details. ### Building a release |