summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-07 12:41:43 +0100
committerBen Laurie <ben@links.org>2013-10-07 12:45:26 +0100
commitc45a48c186931954918178830653e5f110aa7dc6 (patch)
treeff8775ca2d9cdf06ee85a6c75353ecc077b4447c /crypto/bio/bss_acpt.c
parent6f6a6130327bb033730bf36ad826797a1b074317 (diff)
Constification.
Diffstat (limited to 'crypto/bio/bss_acpt.c')
-rw-r--r--crypto/bio/bss_acpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c
index 5d49e1a72b..4110ff1a45 100644
--- a/crypto/bio/bss_acpt.c
+++ b/crypto/bio/bss_acpt.c
@@ -460,7 +460,7 @@ static int acpt_puts(BIO *bp, const char *str)
return(ret);
}
-BIO *BIO_new_accept(char *str)
+BIO *BIO_new_accept(const char *str)
{
BIO *ret;