From 5a3b63e4444ca70c5e363bc597711ee51d782dc2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Jul 2020 12:59:55 -0400 Subject: Remove use of strlcat catf is not better though and should really be replaced. --- chat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index bb5bec8..1dfe119 100644 --- a/chat.h +++ b/chat.h @@ -298,6 +298,3 @@ int getopt_config( // Defined in libcrypto if missing from libc: void explicit_bzero(void *b, size_t len); -#ifndef strlcat -size_t strlcat(char *restrict dst, const char *restrict src, size_t dstsize); -#endif -- cgit 1.4.1