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/txt_db/txt_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/txt_db') diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c index 34a87e332d..5f072cc04f 100644 --- a/crypto/txt_db/txt_db.c +++ b/crypto/txt_db/txt_db.c @@ -66,7 +66,7 @@ #undef BUFSIZE #define BUFSIZE 512 -char *TXT_DB_version="TXT_DB" OPENSSL_VERSION_PTEXT; +const char *TXT_DB_version="TXT_DB" OPENSSL_VERSION_PTEXT; TXT_DB *TXT_DB_read(in,num) BIO *in; -- cgit v1.2.3