about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
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
=23cf39d6af6130b830399a939b90e34bebc63c6e&follow=1'>Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe