diff options
Diffstat (limited to 'sbin/bioctl/bioctl.c')
-rw-r--r-- | sbin/bioctl/bioctl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index e9de29079bb..1869500d9b5 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.110 2012/04/19 19:13:51 deraadt Exp $ */ +/* $OpenBSD: bioctl.c,v 1.111 2012/09/06 19:41:59 tedu Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -47,8 +47,6 @@ #include <vis.h> #include <readpassphrase.h> -#include "pbkdf2.h" - struct locator { int channel; int target; |