move upstream readme
This commit is contained in:
parent
2553853c96
commit
bbf2737c2b
@ -3,9 +3,8 @@
|
|||||||
|
|
||||||
[](https://github.com/libressl/portable/actions/workflows/linux_test.yml)
|
[](https://github.com/libressl/portable/actions/workflows/linux_test.yml)
|
||||||
[](https://github.com/libressl/portable/actions/workflows/macos_test.yml)
|
[](https://github.com/libressl/portable/actions/workflows/macos_test.yml)
|
||||||
[](https://github.com/libressl/portable/actions/workflows/android_test.yml)
|
[](https://github.com/libressl/portable/actions/workflows/android_test.yml)
|
||||||
[](https://github.com/libressl/portable/actions/workflows/cross_test.yml)
|
[](https://github.com/libressl/portable/actions/workflows/cross_test.yml)
|
||||||
[](https://github.com/libressl/portable/actions/workflows/solaris_test.yml)
|
|
||||||
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl)
|
[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl)
|
||||||
[](https://github.com/libressl/portable/actions/workflows/linux_test_asan.yml)
|
[](https://github.com/libressl/portable/actions/workflows/linux_test_asan.yml)
|
||||||
|
|
||||||
@ -41,7 +40,7 @@ At the time of this writing, LibreSSL is known to build and work on:
|
|||||||
* FreeBSD (tested with 9.2 and later)
|
* FreeBSD (tested with 9.2 and later)
|
||||||
* NetBSD (7.0 or later recommended)
|
* NetBSD (7.0 or later recommended)
|
||||||
* HP-UX (11i)
|
* HP-UX (11i)
|
||||||
* Solaris 11 and later
|
* Solaris (11 and later preferred)
|
||||||
* Mac OS X (tested with 10.8 and later)
|
* Mac OS X (tested with 10.8 and later)
|
||||||
* AIX (5.3 and later)
|
* AIX (5.3 and later)
|
||||||
|
|
||||||
@ -182,7 +181,7 @@ It will tell CMake to find LibreSSL and if found will let you use the following
|
|||||||
* LibreSSL::SSL
|
* LibreSSL::SSL
|
||||||
* LibreSSL::TLS
|
* LibreSSL::TLS
|
||||||
|
|
||||||
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):
|
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):
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
target_link_libraries(test LibreSSL::TLS)
|
target_link_libraries(test LibreSSL::TLS)
|
Loading…
x
Reference in New Issue
Block a user