summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalex <halex@openbsd.org>2010-01-08 16:38:22 +0000
committerhalex <halex@openbsd.org>2010-01-08 16:38:22 +0000
commitb4604b5cccccdcb8f25567f023c895b1bb06d49e (patch)
tree853887d6cd7e74ec62458bebd84f3bb0b9932983
parentRemove "password" macro from ospf6d example config file. (diff)
downloadwireguard-openbsd-b4604b5cccccdcb8f25567f023c895b1bb06d49e.tar.xz
wireguard-openbsd-b4604b5cccccdcb8f25567f023c895b1bb06d49e.zip
"Too less" => "Too few"
ok marco@
-rw-r--r--sbin/bioctl/bioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c
index be0c52b322d..50f6fbe2655 100644
--- a/sbin/bioctl/bioctl.c
+++ b/sbin/bioctl/bioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bioctl.c,v 1.90 2010/01/03 01:41:47 nicm Exp $ */
+/* $OpenBSD: bioctl.c,v 1.91 2010/01/08 16:38:22 halex Exp $ */
/*
* Copyright (c) 2004, 2005 Marco Peereboom
@@ -1037,7 +1037,7 @@ derive_key_pkcs(int rounds, u_int8_t *key, size_t keysz, u_int8_t *salt,
if (!salt)
errx(1, "Invalid salt");
if (rounds < 1000)
- errx(1, "Too less rounds: %d", rounds);
+ errx(1, "Too few rounds: %d", rounds);
/* get passphrase */
if (password && verify)