diff options
author | 1998-03-04 00:34:17 +0000 | |
---|---|---|
committer | 1998-03-04 00:34:17 +0000 | |
commit | ba6429c2d02c131f83dab6e2fff1138507decc39 (patch) | |
tree | 35ea95e26eecb0c7aec3c59e30c5b5cfb7c638fe /lib/libc | |
parent | Add -Wno-main for GCC 2.8 (diff) | |
download | wireguard-openbsd-ba6429c2d02c131f83dab6e2fff1138507decc39.tar.xz wireguard-openbsd-ba6429c2d02c131f83dab6e2fff1138507decc39.zip |
#if 0
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/blowfish.c | 4 |
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) { |