Browse Source

#if 0

OPENBSD_2_3
deraadt 26 years ago
parent
commit
fc1dffaf24
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/crypt/blowfish.c

+ 2
- 2
src/lib/libc/crypt/blowfish.c View File

@ -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)
{


Loading…
Cancel
Save