Skip to content
Snippets Groups Projects
Commit 45dfac93 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build diffie-hellman.cpp

Change-Id: I74c264d602a709097b2694de1b7744f7ef736cb1
parent e48fd6d8
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ list (APPEND dhtnet_SOURCES ...@@ -40,6 +40,7 @@ list (APPEND dhtnet_SOURCES
src/security/tls_session.cpp src/security/tls_session.cpp
src/security/certstore.cpp src/security/certstore.cpp
src/security/threadloop.cpp src/security/threadloop.cpp
src/security/diffie-hellman.cpp
src/turn/turn_cache.cpp src/turn/turn_cache.cpp
src/turn/turn_transport.cpp src/turn/turn_transport.cpp
src/upnp/upnp_context.cpp src/upnp/upnp_context.cpp
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include "diffie-hellman.h" #include "diffie-hellman.h"
#include "logger.h"
#include "fileutils.h" #include "fileutils.h"
#include <chrono> #include <chrono>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment