projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3229ee
)
Constification.
author
Ben Laurie
<ben@openssl.org>
Fri, 6 Jul 2001 21:35:00 +0000
(21:35 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 6 Jul 2001 21:35:00 +0000
(21:35 +0000)
crypto/rc5/rc5_ecb.c
patch
|
blob
|
history
diff --git
a/crypto/rc5/rc5_ecb.c
b/crypto/rc5/rc5_ecb.c
index 1841892b2a8d29a032d67c002bd3afde0992615c..e72b535507c6f4b0bed0fce488b474417512d56d 100644
(file)
--- a/
crypto/rc5/rc5_ecb.c
+++ b/
crypto/rc5/rc5_ecb.c
@@
-60,7
+60,7
@@
#include "rc5_locl.h"
#include <openssl/opensslv.h>
-c
har *RC5_version
="RC5" OPENSSL_VERSION_PTEXT;
+c
onst 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)