mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-11 21:23:35 +01:00
73ac1add3f
Closes ticket 32137.
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
|
|
# ADD_C_FILE: INSERT SOURCES HERE.
|
|
LIBTOR_APP_A_SOURCES += \
|
|
src/feature/hs_common/replaycache.c \
|
|
src/feature/hs_common/shared_random_client.c
|
|
|
|
# ADD_C_FILE: INSERT HEADERS HERE.
|
|
noinst_HEADERS += \
|
|
src/feature/hs_common/replaycache.h \
|
|
src/feature/hs_common/shared_random_client.h
|