Change comment.
[oweals/openssl.git] / crypto / bf / bf_skey.c
index eefa8e6f51dc53edf0fcb08989be7c0ff7386415..4d6a232fe0f4ab3a1218a3605dc82a8d8a3a6571 100644 (file)
 #include "bf_locl.h"
 #include "bf_pi.h"
 
-void BF_set_key(BF_KEY *key, int len, unsigned char *data)
+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));