Constification.

This commit is contained in:
Ben Laurie
2013-10-07 12:41:43 +01:00
parent c8c6914aac
commit 1ebaf97c44
7 changed files with 28 additions and 25 deletions

View File

@@ -633,7 +633,7 @@ static int conn_puts(BIO *bp, const char *str)
return(ret);
}
BIO *BIO_new_connect(char *str)
BIO *BIO_new_connect(const char *str)
{
BIO *ret;