diff options
Diffstat (limited to 'sys/crypto/blf.c')
-rw-r--r-- | sys/crypto/blf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/blf.c b/sys/crypto/blf.c index 4046dd62450..787d4585cbd 100644 --- a/sys/crypto/blf.c +++ b/sys/crypto/blf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: blf.c,v 1.6 2005/03/24 11:43:40 hshoexer Exp $ */ +/* $OpenBSD: blf.c,v 1.7 2007/11/26 09:28:34 martynas Exp $ */ /* * Blowfish block cipher for OpenBSD @@ -494,7 +494,7 @@ Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, void blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) { - /* Initalize S-boxes and subkeys with Pi */ + /* Initialize S-boxes and subkeys with Pi */ Blowfish_initstate(c); /* Transform S-boxes and subkeys with key */ |