diff options
author | June McEnroe <june@causal.agency> | 2019-01-17 21:29:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-17 21:29:54 -0500 |
commit | 59390d2881f169347c4b83342b4ac8cd13ca903d (patch) | |
tree | 793becd923c0dabe56e681a89013eba030bb8213 | |
parent | Typedef function types, not pointers (diff) | |
download | catgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.tar.gz catgirl-59390d2881f169347c4b83342b4ac8cd13ca903d.zip |
Update chroot files for LibreSSL 2.8.3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index cd96001..6e24121 100644 --- a/Makefile +++ b/Makefile @@ -79,9 +79,9 @@ chroot.tar: catgirl catgirl.1 man.sh /lib/libncursesw.so.8 \ /lib/libthr.so.3 \ /lib/libz.so.6 \ - /usr/local/lib/libcrypto.so.43 \ - /usr/local/lib/libssl.so.45 \ - /usr/local/lib/libtls.so.17 \ + /usr/local/lib/libcrypto.so.44 \ + /usr/local/lib/libssl.so.46 \ + /usr/local/lib/libtls.so.18 \ root/lib cp -fp /etc/hosts /etc/resolv.conf root/etc cp -fp /usr/local/etc/ssl/cert.pem root/usr/local/etc/ssl |