Constify
[openssl.git] / crypto / bf / bf_skey.c
index eefa8e6f51dc53edf0fcb08989be7c0ff7386415..4fb869b1298473ebfb1ec15d111ed89c1d782466 100644 (file)
@@ -62,7 +62,7 @@
 #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];