summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-03-04 00:34:17 +0000
committerderaadt <deraadt@openbsd.org>1998-03-04 00:34:17 +0000
commitba6429c2d02c131f83dab6e2fff1138507decc39 (patch)
tree35ea95e26eecb0c7aec3c59e30c5b5cfb7c638fe /lib/libc/crypt
parentAdd -Wno-main for GCC 2.8 (diff)
downloadwireguard-openbsd-ba6429c2d02c131f83dab6e2fff1138507decc39.tar.xz
wireguard-openbsd-ba6429c2d02c131f83dab6e2fff1138507decc39.zip
#if 0
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r--lib/libc/crypt/blowfish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/blowfish.c b/lib/libc/crypt/blowfish.c
index ce5d8d3f938..5ffc634efa5 100644
--- a/lib/libc/crypt/blowfish.c
+++ b/lib/libc/crypt/blowfish.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: blowfish.c,v 1.7 1998/03/02 14:11:50 provos Exp $ */
+/* $OpenBSD: blowfish.c,v 1.8 1998/03/04 00:34:17 deraadt Exp $ */
/*
* Blowfish block cipher for OpenBSD
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -584,7 +584,7 @@ blf_dec(c, data, blocks)
d += 2;
}
}
-#ifdef 0
+#if 0
void
report(u_int32_t data[], u_int16_t len)
{