diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-04 18:36:45 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | f724d5448291431fe3ecc9a87768b76aeac5fc4f (patch) | |
| tree | d42569380fe8590a8717a459b574dce2e1c7608a /pkg/openssh | |
| parent | 9207ea2b4476fc32031cc9c34eaad8ad4ec9dc7a (diff) | |
libressl: Update to 2.8.2
Diffstat (limited to 'pkg/openssh')
| -rw-r--r-- | pkg/openssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/openssh/README.md b/pkg/openssh/README.md index c29ad8cc..ece72d1a 100644 --- a/pkg/openssh/README.md +++ b/pkg/openssh/README.md @@ -8,7 +8,7 @@ Generated with --without-pie \ CPPFLAGS='-I/src/oasis/out/pkg/zlib/include' \ LDFLAGS='-L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/zlib' \ - LIBS='-lbsd -lcrypto' + LIBS='-lcrypto -lbsd -lcrypto-sha' Several changes were made: * `SECCOMP_AUDIT_ARCH` is removed and instead defined in `gen.lua` dependent on |
