Constification.

This commit is contained in:
Ben Laurie
2005-03-23 08:21:30 +00:00
parent da26bcb5de
commit 801fea5f11
16 changed files with 141 additions and 131 deletions

View File

@@ -1057,7 +1057,7 @@ SSL_CIPHER *ssl3_get_cipher(unsigned int u)
return(NULL);
}
int ssl3_pending(SSL *s)
int ssl3_pending(const SSL *s)
{
if (s->rstate == SSL_ST_READ_BODY)
return 0;