Browse Source

ntcp2 crypto added

pull/1134/merge
orignal 6 years ago
parent
commit
516f140bef
  1. 2
      build/CMakeLists.txt

2
build/CMakeLists.txt

@ -77,6 +77,8 @@ set (LIBI2PD_SRC @@ -77,6 +77,8 @@ set (LIBI2PD_SRC
"${LIBI2PD_SRC_DIR}/api.cpp"
"${LIBI2PD_SRC_DIR}/Event.cpp"
"${LIBI2PD_SRC_DIR}/Gost.cpp"
"${LIBI2PD_SRC_DIR}/ChaCha20.cpp"
"${LIBI2PD_SRC_DIR}/Poly1305.cpp"
)
if (WITH_WEBSOCKETS)

Loading…
Cancel
Save