summaryrefslogtreecommitdiff
path: root/receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'receiver.cpp')
-rw-r--r--receiver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/receiver.cpp b/receiver.cpp
index 78e6aa7..4a0269a 100644
--- a/receiver.cpp
+++ b/receiver.cpp
@@ -267,9 +267,6 @@ int main(int argc, char **argv) {
267 mbedtls_entropy_context entropy; 267 mbedtls_entropy_context entropy;
268 mbedtls_pk_context pk; 268 mbedtls_pk_context pk;
269 int ret = 0, clport = PORT; 269 int ret = 0, clport = PORT;
270 unsigned char result[256];
271 unsigned char input[256];
272 size_t inputlen = 0;
273 char * privkey_file = 0; 270 char * privkey_file = 0;
274 char * me = argv[0]; 271 char * me = argv[0];
275 272