More prototypes.
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index 097c35e..12b8458 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -320,7 +320,7 @@
 /* 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 @@
 	}
 
 int ssl2_put_cipher_by_char(c,p)
-SSL_CIPHER *c;
+const SSL_CIPHER *c;
 unsigned char *p;
 	{
 	long l;