Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
45dfac93
Commit
45dfac93
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build diffie-hellman.cpp
Change-Id: I74c264d602a709097b2694de1b7744f7ef736cb1
parent
e48fd6d8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
src/security/diffie-hellman.cpp
+0
-1
0 additions, 1 deletion
src/security/diffie-hellman.cpp
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
45dfac93
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/security/diffie-hellman.cpp
+
0
−
1
View file @
45dfac93
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment