X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc5%2Frc5_skey.c;h=a2e00a41c5501d52fab1f6e6aa9ac229bf814912;hp=2f36531ffa30a5cce91112c749f65404cc3fe4ff;hb=f50ffd10fa08c0762489119a4f36fa86163679ef;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd diff --git a/crypto/rc5/rc5_skey.c b/crypto/rc5/rc5_skey.c index 2f36531ffa..a2e00a41c5 100644 --- a/crypto/rc5/rc5_skey.c +++ b/crypto/rc5/rc5_skey.c @@ -56,11 +56,11 @@ * [including the GNU Public Licence.] */ -#include "rc5.h" +#include #include "rc5_locl.h" -void RC5_32_set_key(RC5_32_KEY *key, int len, unsigned char *data, - int rounds) +void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, + int rounds) { RC5_32_INT L[64],l,ll,A,B,*S,k; int i,j,m,c,t,ii,jj;