mirror of
https://github.com/openssl/openssl.git
synced 2025-01-26 11:53:40 +08:00
Constification.
This commit is contained in:
parent
f3229ee19a
commit
601cb9be20
@ -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 New Issue
Block a user