Prechádzať zdrojové kódy

ship strlcat and strlcpy with the tarball, but don't compile them

svn:r1297
Roger Dingledine 20 rokov pred
rodič
commit
6438a5db08
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/common/Makefile.am

+ 1 - 1
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