mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly.
svn:r76
This commit is contained in:
@@ -3,9 +3,9 @@ noinst_LIBRARIES = libor.a
|
||||
|
||||
#CFLAGS = -Wall -Wpointer-arith -O2
|
||||
|
||||
libor_a_SOURCES = config.c key.c log.c utils.c crypto.c
|
||||
libor_a_SOURCES = config.c log.c utils.c crypto.c
|
||||
|
||||
noinst_HEADERS = config.h key.h log.h \
|
||||
noinst_HEADERS = config.h log.h \
|
||||
policies.h utils.h \
|
||||
ss.h version.h crypto.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user