EVP constification.
This commit is contained in:
@@ -60,8 +60,9 @@
|
||||
#include <openssl/rc5.h>
|
||||
#include "rc5_locl.h"
|
||||
|
||||
void RC5_32_cbc_encrypt(unsigned char *in, unsigned char *out, long length,
|
||||
RC5_32_KEY *ks, unsigned char *iv, int encrypt)
|
||||
void RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out,
|
||||
long length, RC5_32_KEY *ks, unsigned char *iv,
|
||||
int encrypt)
|
||||
{
|
||||
register unsigned long tin0,tin1;
|
||||
register unsigned long tout0,tout1,xor0,xor1;
|
||||
|
Reference in New Issue
Block a user