From 1f800bcf69a1238520afd16223d491da6d3f17d8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 25 Aug 2021 17:48:16 -0400 Subject: Remove trailing tab How embarrassing. --- chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.c b/chat.c index f5004e7..54e7e5e 100644 --- a/chat.c +++ b/chat.c @@ -369,7 +369,7 @@ int main(int argc, char *argv[]) { ); uiFormat(Network, Cold, NULL, "Traveling..."); uiDraw(); - + sandboxEarly(log); int irc = ircConnect(bind, host, port); sandboxLate(irc); -- cgit 1.4.1 fa89405dcfe4b5f4d99a8028982f8'>this commit libtls for OpenSSL
summary refs log tree commit diff
path: root/libtls.pc.in (unfollow)
Commit message (Expand)Author
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe