updates.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 14 Apr 2001 20:54:21 +0000 (20:54 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 14 Apr 2001 20:54:21 +0000 (20:54 +0000)
apps/silcd/server.c
lib/silcclient/client.c

index bdfb6b5da2e7eb4613fafa36999a0da029e4dfb3..288a5734384f20ba2bc07b60b1c83957c431eba9 100644 (file)
@@ -3672,14 +3672,6 @@ SILC_TASK_CALLBACK_GLOBAL(silc_server_rekey_final)
     return;
   }
 
-#if 0
-  /* Take the keys into use */
-  if (ctx->pfs == TRUE)
-    silc_server_protocol_rekey_generate_pfs(server, ctx);
-  else
-    silc_server_protocol_rekey_generate(server, ctx);
-#endif
-
   /* Cleanup */
   silc_protocol_free(protocol);
   sock->protocol = NULL;
index 6a22b3bf84ebe99532715ab16d4613467fc64ca0..a7eaf0bdb33decdacd8062c7ac407b297b5ab58c 100644 (file)
@@ -1693,14 +1693,6 @@ SILC_TASK_CALLBACK(silc_client_rekey_final)
     return;
   }
 
-#if 0
-  /* Take the keys into use */
-  if (ctx->pfs == TRUE)
-    silc_client_protocol_rekey_generate_pfs(client, ctx);
-  else
-    silc_client_protocol_rekey_generate(client, ctx);
-#endif
-
   /* Cleanup */
   silc_protocol_free(protocol);
   sock->protocol = NULL;