summaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_file.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-04-17 21:25:43 +0000
committerBen Laurie <ben@openssl.org>1999-04-17 21:25:43 +0000
commite778802f53c8d47e96a6e4cbc776eb6e1d4c461a (patch)
tree719d4dd0fc69b355c6d8329af1f90b2c4f603548 /crypto/x509/by_file.c
parentd77b3054cd87c2b13fa0169931f74b8e0dac5252 (diff)
Massive constification.
Diffstat (limited to 'crypto/x509/by_file.c')
-rw-r--r--crypto/x509/by_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c
index 09ebb9bf08..991f04aad9 100644
--- a/crypto/x509/by_file.c
+++ b/crypto/x509/by_file.c
@@ -140,7 +140,7 @@ char **ret;
int X509_load_cert_file(ctx,file,type)
X509_LOOKUP *ctx;
-char *file;
+const char *file;
int type;
{
int ret=0;
@@ -210,7 +210,7 @@ err:
int X509_load_crl_file(ctx,file,type)
X509_LOOKUP *ctx;
-char *file;
+const char *file;
int type;
{
int ret=0;