From fc1dffaf248fb15595d2cb14b65269bcc051e344 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 4 Mar 1998 00:34:17 +0000 Subject: [PATCH] #if 0 --- src/lib/libc/crypt/blowfish.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/crypt/blowfish.c b/src/lib/libc/crypt/blowfish.c index ce5d8d3f..5ffc634e 100644 --- a/src/lib/libc/crypt/blowfish.c +++ b/src/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 @@ -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) {