removing AGPL code

This commit is contained in:
Daniel Larimer 2015-06-11 09:10:38 -04:00
parent 8087aa66d0
commit d93744cf79

View file

@ -169,7 +169,6 @@ set( fc_sources
src/crypto/rand.cpp
src/crypto/salsa20.cpp
#src/crypto/scrypt.cpp
src/crypto/romix.cpp
src/network/tcp_socket.cpp
src/network/udp_socket.cpp
src/network/udt_socket.cpp
@ -289,8 +288,8 @@ ENDIF()
add_executable( api tests/api.cpp )
target_link_libraries( api fc )
#add_executable( blind tests/blind.cpp )
#target_link_libraries( blind fc ${ECC_LIB} )
add_executable( blind tests/blind.cpp )
target_link_libraries( blind fc )
include_directories( vendor/websocketpp )