From 0d47b5bbbcda1d3e8fd4e94a00f87b8ea033a7c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 Mar 2009 13:12:06 +0000 Subject: make distclean always works now removed --ld-kdr from Makefile --- src/man/anytun-config.8.txt | 12 ------------ src/man/anytun.8.txt | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'src/man') diff --git a/src/man/anytun-config.8.txt b/src/man/anytun-config.8.txt index b1e31a3..5c0c7a1 100644 --- a/src/man/anytun-config.8.txt +++ b/src/man/anytun-config.8.txt @@ -19,7 +19,6 @@ SYNOPSIS [ *-m|--mux* ] [ *-w|--window-size* ] [ *-k|--kd-prf* ] -[ *-l|--ld-kdr* ] [ *-O|--anytun02-compat* ] [ *-E|--passphrase* ] [ *-K|--key* ] @@ -129,17 +128,6 @@ Possible values: * *aes-ctr-192* - AES in counter mode with 192 Bits * *aes-ctr-256* - AES in counter mode with 256 Bits --l|--ld-kdr -~~~~~~~~~~~~~~~~~~~~ - -The log2 of the key derivation rate. This is used by the key -derivation to determine how often a new session key has to be -generated. A value of -1 means to generate only one key and use -it forever. The default is 0 which means to calculate a new key -for every packet. A value of 1 would tell the key derivation -to generate a new key after 2 packets, for 2 its 4 packets and -so on. - -O|--anytun02-compat ~~~~~~~~~~~~~~~~~~~~ diff --git a/src/man/anytun.8.txt b/src/man/anytun.8.txt index 7890a50..e393b70 100644 --- a/src/man/anytun.8.txt +++ b/src/man/anytun.8.txt @@ -35,7 +35,6 @@ SYNOPSIS [ *-s|--sender-id* ] [ *-w|--window-size* ] [ *-k|--kd-prf* ] -[ *-l|--ld-kdr* ] [ *-O|--anytun02-compat* ] [ *-E|--passphrase* ] [ *-K|--key* ] @@ -299,17 +298,6 @@ Possible values: * *aes-ctr-192* - AES in counter mode with 192 Bits * *aes-ctr-256* - AES in counter mode with 256 Bits --l|--ld-kdr -~~~~~~~~~~~~~~~~~~~~ - -The log2 of the key derivation rate. This is used by the key -derivation to determine how often a new session key has to be -generated. A value of -1 means to generate only one key and use -it forever. The default is 0 which means to calculate a new key -for every packet. A value of 1 would tell the key derivation -to generate a new key after 2 packets, for 2 its 4 packets and -so on. - -O|--anytun02-compat ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3