Merge pull request #1689

ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
This commit is contained in:
Riccardo Spagni
2017-02-11 00:35:25 +02:00
38 changed files with 495 additions and 189 deletions
+5 -2
View File
@@ -27,9 +27,11 @@
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set(rpc_sources
core_rpc_server.cpp)
core_rpc_server.cpp
rpc_args.cpp)
set(rpc_headers)
set(rpc_headers
rpc_args.h)
set(rpc_private_headers
core_rpc_server.h
@@ -44,6 +46,7 @@ monero_add_library(rpc
${rpc_private_headers})
target_link_libraries(rpc
PUBLIC
common
cryptonote_core
cryptonote_protocol
epee