summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/blowfish/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/crypto/blowfish/blowfish.h')
-rw-r--r--freebsd/sys/crypto/blowfish/blowfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/crypto/blowfish/blowfish.h b/freebsd/sys/crypto/blowfish/blowfish.h
index ecc14075..d09f83cf 100644
--- a/freebsd/sys/crypto/blowfish/blowfish.h
+++ b/freebsd/sys/crypto/blowfish/blowfish.h
@@ -80,7 +80,7 @@ typedef struct bf_key_st {
BF_LONG S[4*256];
} BF_KEY;
-void BF_set_key(BF_KEY *, int, unsigned char *);
+void BF_set_key(BF_KEY *, int, const unsigned char *);
void BF_encrypt(BF_LONG *, BF_KEY *);
void BF_decrypt(BF_LONG *, BF_KEY *);
void BF_ecb_encrypt(const unsigned char *, unsigned char *,