aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-16 17:28:15 +0000
committerBen Laurie <ben@openssl.org>1999-01-16 17:28:15 +0000
commit207ccf628de96481d562b836eea4c3d653a95bfd (patch)
treec9b5a068000c0a467e5678b73562a3dd8f6c59bd /ssl/s2_lib.c
parentcd3916c40f96bdb180287c3dcb88102eda91b27f (diff)
downloadopenssl-207ccf628de96481d562b836eea4c3d653a95bfd.tar.gz
More prototypes.
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index 097c35ee68..12b8458a58 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -320,7 +320,7 @@ char *parg;
/* This function needs to check if the ciphers required are actually
* available */
SSL_CIPHER *ssl2_get_cipher_by_char(p)
-unsigned char *p;
+const unsigned char *p;
{
static int init=1;
static SSL_CIPHER *sorted[SSL2_NUM_CIPHERS];
@@ -354,7 +354,7 @@ unsigned char *p;
}
int ssl2_put_cipher_by_char(c,p)
-SSL_CIPHER *c;
+const SSL_CIPHER *c;
unsigned char *p;
{
long l;