lookup_last_hid_serv_request() could overflow and leak memory
[tor/rransom.git] / src / common / Makefile.am
blob105c413343d3f7e0c6e0ec31f369dfbffe043b69
2 noinst_LIBRARIES = libor.a libor-crypto.a
4 #CFLAGS  = -Wall -Wpointer-arith -O2
6 if USE_OPENBSD_MALLOC
7 libor_extra_source=OpenBSD_malloc_Linux.c
8 else
9 libor_extra_source=
10 endif
12 libor_a_SOURCES = address.c log.c util.c compat.c container.c mempool.c \
13         memarea.c $(libor_extra_source)
14 libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
16 noinst_HEADERS = address.h log.h crypto.h test.h util.h compat.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h container.h ht.h mempool.h memarea.h ciphers.inc