summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 19:16:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 19:16:41 +0000
commite9341215349722bbe49c9caada7931e13fe952c5 (patch)
treef971df21b9997026cf76ef97ad8cf57f2d455286 /ext/openssl/ossl.h
parent163e5155ce04c68bc0a33fd6bb134355952a70a7 (diff)
* ext/openssl: suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index 3cc30ae2e8..8a2756a5b6 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -110,7 +110,7 @@ extern VALUE eOSSLError;
/*
* String to HEXString conversion
*/
-int string2hex(char *, int, char **, int *);
+int string2hex(const unsigned char *, int, char **, int *);
/*
* Data Conversion