summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt/bcrypt.c
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-03-19 05:18:32 +0000
committerray <ray@openbsd.org>2007-03-19 05:18:32 +0000
commit4b0565fd105e647ec9fbb24f64cd4b351030e4e7 (patch)
tree143f29a99b66331f3a8934b10348fe948606c1b7 /lib/libc/crypt/bcrypt.c
parentsync (diff)
downloadwireguard-openbsd-4b0565fd105e647ec9fbb24f64cd4b351030e4e7.tar.xz
wireguard-openbsd-4b0565fd105e647ec9fbb24f64cd4b351030e4e7.zip
Get rid of useless #if 0 block, especially since the code is included
immediately after. OK millert@.
Diffstat (limited to 'lib/libc/crypt/bcrypt.c')
-rw-r--r--lib/libc/crypt/bcrypt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/crypt/bcrypt.c b/lib/libc/crypt/bcrypt.c
index 2f547585a38..769d303402f 100644
--- a/lib/libc/crypt/bcrypt.c
+++ b/lib/libc/crypt/bcrypt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcrypt.c,v 1.22 2007/02/20 01:44:16 ray Exp $ */
+/* $OpenBSD: bcrypt.c,v 1.23 2007/03/19 05:18:32 ray Exp $ */
/*
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -45,10 +45,6 @@
*
*/
-#if 0
-#include <stdio.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>