diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c index f35019df6..88b12aa0d 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -3749,7 +3749,7 @@ update_keys(c) int c; /* byte of plain text */ { if (use_crypt_method > 0) - bf_ofb_update( (unsigned char) c); + bf_ofb_update(c); else { keys[0] = CRC32(keys[0], c); |