Constification.

This commit is contained in:
Ben Laurie
2005-03-30 10:26:02 +00:00
parent 4a6a2032ed
commit 0821bcd4de
16 changed files with 141 additions and 131 deletions

View File

@@ -1421,7 +1421,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;