From 667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 11 Feb 2000 09:47:18 +0000 Subject: Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''. --- crypto/bf/bf_skey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf/bf_skey.c') diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c index 4fb869b129..4d6a232fe0 100644 --- a/crypto/bf/bf_skey.c +++ b/crypto/bf/bf_skey.c @@ -66,7 +66,7 @@ void BF_set_key(BF_KEY *key, int len, const unsigned char *data) { int i; BF_LONG *p,ri,in[2]; - unsigned char *d,*end; + const unsigned char *d,*end; memcpy((char *)key,(char *)&bf_init,sizeof(BF_KEY)); -- cgit v1.2.3