This probably fixes a BN_rshift bug.
[openssl.git] / crypto / rc4 / rc4_skey.c
index ebdf4649e26aff13e566672ecc7072fd658dee83..bb10c1ebe2892a3b69092f64975e5a33a7fc1b19 100644 (file)
@@ -56,9 +56,9 @@
  * [including the GNU Public Licence.]
  */
 
-#include "rc4.h"
+#include <openssl/rc4.h>
 #include "rc4_locl.h"
-#include "opensslv.h"
+#include <openssl/opensslv.h>
 
 const char *RC4_version="RC4" OPENSSL_VERSION_PTEXT;
 
@@ -85,7 +85,7 @@ const char *RC4_options(void)
  * Date: Wed, 14 Sep 1994 06:35:31 GMT
  */
 
-void RC4_set_key(RC4_KEY *key, int len, register unsigned char *data)
+void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data)
        {
         register RC4_INT tmp;
         register int id1,id2;