diff options
-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) |