diff options
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index cceaaf3..dc425ba 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -92,7 +92,7 @@ struct _fastd_config { fastd_protocol *protocol; char *secret; - unsigned rekey; + unsigned key_valid; fastd_peer_config *peers; |