Blow away Makefile.ssl.
[openssl.git] / ssl / s2_clnt.c
index da88460259fb20d9d2c11bc62132cf9d3a7873f0..77d8a3b839b0eed72fe9148f53ff53c0cc08ad5b 100644 (file)
@@ -1034,7 +1034,7 @@ static int get_server_finished(SSL *s)
        }
 
 /* loads in the certificate from the server */
-int ssl2_set_certificate(SSL *s, int type, int len, unsigned char *data)
+int ssl2_set_certificate(SSL *s, int type, int len, const unsigned char *data)
        {
        STACK_OF(X509) *sk=NULL;
        EVP_PKEY *pkey=NULL;