summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-12-29 16:55:44 +0000
committertedu <tedu@openbsd.org>2014-12-29 16:55:44 +0000
commit2401ea59803bbe9c8fcb565140e966697797828d (patch)
treedf8dcc329284a9c4a864205fd087092a046e3625
parentdon't leak timing info about padding errors by generating a fake key (diff)
downloadwireguard-openbsd-2401ea59803bbe9c8fcb565140e966697797828d.tar.xz
wireguard-openbsd-2401ea59803bbe9c8fcb565140e966697797828d.zip
switch encrypt to auto scaling bcrypt rounds. ok deraadt
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 9c322200d3a..48264111de8 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.801 2014/12/26 17:54:54 rpe Exp $
+# $OpenBSD: install.sub,v 1.802 2014/12/29 16:55:44 tedu Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
# All rights reserved.
@@ -366,7 +366,7 @@ encr_pwd() {
$_p == '*************' ]]; then
echo "$_p"
else
- /mnt/usr/bin/encrypt -b 8 -- "$_p"
+ /mnt/usr/bin/encrypt -b a -- "$_p"
fi
}