EVP constification.
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
#include <openssl/rc5.h>
|
||||
#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;
|
||||
|
Reference in New Issue
Block a user