summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-08 18:37:43 +0000
committerBen Laurie <ben@openssl.org>1999-06-08 18:37:43 +0000
commit72fbe87dc6259d486d361f4f81af0e75116f4679 (patch)
treec13a1f3701330b8213d67f0ecba0c8625688ac1a /crypto/bio/bio.h
parentcfce2335e942c35bc278b4f0ffcae7455d537b8b (diff)
Survive pedanticism.
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 405e769494..f75e77b941 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -460,7 +460,7 @@ BIO *BIO_new_fp_internal(FILE *stream, int close_flag);
# define BIO_new_fp BIO_new_fp_internal
# else /* FP_API */
BIO_METHOD *BIO_s_file(void );
-BIO *BIO_new_file(char *filename, char *mode);
+BIO *BIO_new_file(const char *filename, const char *mode);
BIO *BIO_new_fp(FILE *stream, int close_flag);
# define BIO_s_file_internal BIO_s_file
# define BIO_new_file_internal BIO_new_file