Constification.
This commit is contained in:
parent
f3229ee19a
commit
601cb9be20
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
#include "rc5_locl.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
char *RC5_version="RC5" OPENSSL_VERSION_PTEXT;
|
||||
const char RC5_version[]="RC5" OPENSSL_VERSION_PTEXT;
|
||||
|
||||
void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out,
|
||||
RC5_32_KEY *ks, int encrypt)
|
||||
|
|
Loading…
Reference in a new issue