diff options
Diffstat (limited to 'src/lib/libc/crypt/blowfish.c')
| -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 846cee0e8a..695fc00a6a 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.14 1999/12/28 13:09:13 provos Exp $ */ | 1 | /* $OpenBSD: blowfish.c,v 1.15 2001/01/04 21:45:30 todd 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> | 
| @@ -540,7 +540,7 @@ blf_key(c, k, len) | |||
| 540 | u_int16_t len; | 540 | u_int16_t len; | 
| 541 | #endif | 541 | #endif | 
| 542 | { | 542 | { | 
| 543 | /* Initalize S-boxes and subkeys with Pi */ | 543 | /* Initialize S-boxes and subkeys with Pi */ | 
| 544 | Blowfish_initstate(c); | 544 | Blowfish_initstate(c); | 
| 545 | 545 | ||
| 546 | /* Transform S-boxes and subkeys with key */ | 546 | /* Transform S-boxes and subkeys with key */ | 
