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/bio/bss_log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/bio/bss_log.c') diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index ce6401efb3..89afb0e11c 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -90,7 +90,7 @@ static int MS_CALLBACK slg_new(); static int MS_CALLBACK slg_free(); #endif -static int xopenlog(BIO* bp, char* name, int level); +static int xopenlog(BIO* bp, const char* name, int level); static int xcloselog(BIO* bp); static BIO_METHOD methods_slg= @@ -221,7 +221,7 @@ char *str; return(ret); } -static int xopenlog(BIO* bp, char* name, int level) +static int xopenlog(BIO* bp, const char* name, int level) { #if defined(WIN32) if((bp->ptr= (char *)RegisterEventSource(NULL, name)) == NULL){ -- cgit v1.2.3