diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-07-31 03:05:39 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-07-31 03:05:39 -0600 |
| commit | aab9622a3fbfad3236d761e92fffd5bc17f0d698 (patch) | |
| tree | c8e70b041a7b82e94e1ac9bec1a71b691969ff1a | |
| parent | d7cc3e96950e56f07a90165584fb86a263a9489f (diff) | |
| download | portable-aab9622a3fbfad3236d761e92fffd5bc17f0d698.tar.gz portable-aab9622a3fbfad3236d761e92fffd5bc17f0d698.tar.bz2 portable-aab9622a3fbfad3236d761e92fffd5bc17f0d698.zip | |
Fix typo in README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -182,7 +182,7 @@ It will tell CMake to find LibreSSL and if found will let you use the following | |||
| 182 | * LibreSSL::SSL | 182 | * LibreSSL::SSL |
| 183 | * LibreSSL::TLS | 183 | * LibreSSL::TLS |
| 184 | 184 | ||
| 185 | If you for example want to use the LibreSSL TLS library in your test program, include it like so (SSL and Cryto are required by TLS and included automatically too): | 185 | If you for example want to use the LibreSSL TLS library in your test program, include it like so (SSL and Crypto are required by TLS and included automatically too): |
| 186 | 186 | ||
| 187 | ```cmake | 187 | ```cmake |
| 188 | target_link_libraries(test LibreSSL::TLS) | 188 | target_link_libraries(test LibreSSL::TLS) |
