diff options
Diffstat (limited to 'crypto/bf/bf_ecb.c')
| -rw-r--r-- | crypto/bf/bf_ecb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/bf_ecb.c b/crypto/bf/bf_ecb.c index b02768261d8b..cee1bf138eef 100644 --- a/crypto/bf/bf_ecb.c +++ b/crypto/bf/bf_ecb.c @@ -29,7 +29,7 @@ const char *BF_options(void) } void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, - const BF_KEY *key, int encrypt) + const BF_KEY *key, int encrypt) { BF_LONG l, d[2]; |
