summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ot_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ot_udp.c b/ot_udp.c
index 603a4e2..1945247 100644
--- a/ot_udp.c
+++ b/ot_udp.c
@@ -38,7 +38,6 @@ static void udp_generate_rijndael_round_key() {
38static void udp_make_connectionid( uint32_t connid[4], const ot_ip6 remoteip ) { 38static void udp_make_connectionid( uint32_t connid[4], const ot_ip6 remoteip ) {
39 uint32_t plain[4], crypt[4]; 39 uint32_t plain[4], crypt[4];
40 int age, i; 40 int age, i;
41for( i=0; i<16; ++i ) fprintf( stderr, "%02uX ", (uint8_t)remoteip[i] ); fprintf(stderr, "\n" );
42 if( g_now_minutes + 60 > g_hour_of_the_key ) { 41 if( g_now_minutes + 60 > g_hour_of_the_key ) {
43 g_hour_of_the_key = g_now_minutes; 42 g_hour_of_the_key = g_now_minutes;
44 g_key_of_the_hour[1] = g_key_of_the_hour[0]; 43 g_key_of_the_hour[1] = g_key_of_the_hour[0];