From 6c0f54029816b7df0ce67b78f0dbe382546953da Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Jul 2008 15:34:23 +0000 Subject: * ext/openssl: suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl.h') diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index a4bc661eb1..33b0373c53 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -106,7 +106,7 @@ extern VALUE eOSSLError; /* * String to HEXString conversion */ -int string2hex(char *, int, char **, int *); +int string2hex(const unsigned char *, int, char **, int *); /* * Data Conversion -- cgit v1.2.3