diff options
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r-- | ext/openssl/ossl.h | 2 |
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 |