diff options
author | deraadt <> | 1998-03-04 00:34:17 +0000 |
---|---|---|
committer | deraadt <> | 1998-03-04 00:34:17 +0000 |
commit | 3ef8243c6c406b9b80f7de68d8c43c806291d718 (patch) | |
tree | 41b8b881fd8ed4724bf73fef49e710dcdc7aceee | |
parent | 9c1bcccc1715ca95d445661c50870f517c91ea56 (diff) | |
download | openbsd-3ef8243c6c406b9b80f7de68d8c43c806291d718.tar.gz openbsd-3ef8243c6c406b9b80f7de68d8c43c806291d718.tar.bz2 openbsd-3ef8243c6c406b9b80f7de68d8c43c806291d718.zip |
#if 0
-rw-r--r-- | src/lib/libc/crypt/blowfish.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/blowfish.c b/src/lib/libc/crypt/blowfish.c index ce5d8d3f93..5ffc634efa 100644 --- a/src/lib/libc/crypt/blowfish.c +++ b/src/lib/libc/crypt/blowfish.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: blowfish.c,v 1.7 1998/03/02 14:11:50 provos Exp $ */ | 1 | /* $OpenBSD: blowfish.c,v 1.8 1998/03/04 00:34:17 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Blowfish block cipher for OpenBSD | 3 | * Blowfish block cipher for OpenBSD |
4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 4 | * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
@@ -584,7 +584,7 @@ blf_dec(c, data, blocks) | |||
584 | d += 2; | 584 | d += 2; |
585 | } | 585 | } |
586 | } | 586 | } |
587 | #ifdef 0 | 587 | #if 0 |
588 | void | 588 | void |
589 | report(u_int32_t data[], u_int16_t len) | 589 | report(u_int32_t data[], u_int16_t len) |
590 | { | 590 | { |