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/err/err_prn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/err/err_prn.c') diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c index ecd0e7c4fa..e52a062eb6 100644 --- a/crypto/err/err_prn.c +++ b/crypto/err/err_prn.c @@ -70,7 +70,7 @@ FILE *fp; { unsigned long l; char buf[200]; - char *file,*data; + const char *file,*data; int line,flags; unsigned long es; @@ -89,7 +89,7 @@ BIO *bp; unsigned long l; char buf[256]; char buf2[256]; - char *file,*data; + const char *file,*data; int line,flags; unsigned long es; -- cgit v1.2.3