From 6438a5db08d9b41102e2ef81f3a6d85ec7d29c7e Mon Sep 17 00:00:00 2001
From: Roger Dingledine <arma@torproject.org>
Date: Fri, 19 Mar 2004 06:39:52 +0000
Subject: [PATCH] ship strlcat and strlcpy with the tarball, but don't compile
 them

svn:r1297
---
 src/common/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 144cc6e8fb..205fca43d1 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -5,4 +5,4 @@ noinst_LIBRARIES = libor.a
 
 libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
 
-noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h
+noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c
-- 
GitLab