summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-20 18:31:30 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-20 18:31:30 +0100
commit4d77b7247f80a031b22d3259c470a489604df422 (patch)
treefb4489af2338a60b1787347edd3802deb14543d7 /src/config.y
parent06eae18f7d8fee5541b8a8fba949c24bf92f952c (diff)
downloadfastd-4d77b7247f80a031b22d3259c470a489604df422.tar
fastd-4d77b7247f80a031b22d3259c470a489604df422.zip
Enable secure handshakes by default
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index 6fe6a63..e6688d6 100644
--- a/src/config.y
+++ b/src/config.y
@@ -231,7 +231,6 @@ drop_capabilities_enabled:
secure_handshakes:
boolean {
- conf->secure_handshakes_set = true;
conf->secure_handshakes = $1;
}
;