summaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/rc5_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c
index 1841892b2a..e72b535507 100644
--- a/crypto/rc5/rc5_ecb.c
+++ b/crypto/rc5/rc5_ecb.c
@@ -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)