From e778802f53c8d47e96a6e4cbc776eb6e1d4c461a Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 17 Apr 1999 21:25:43 +0000 Subject: Massive constification. --- crypto/idea/i_ecb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/idea/i_ecb.c') diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c index 5682e5ad1d..17d014a3f3 100644 --- a/crypto/idea/i_ecb.c +++ b/crypto/idea/i_ecb.c @@ -60,9 +60,9 @@ #include "idea_lcl.h" #include "opensslv.h" -char *IDEA_version="IDEA" OPENSSL_VERSION_PTEXT; +const char *IDEA_version="IDEA" OPENSSL_VERSION_PTEXT; -char *idea_options() +const char *idea_options() { if (sizeof(short) != sizeof(IDEA_INT)) return("idea(int)"); -- cgit v1.2.3