Match our implementation of iconv's inbuf argument.

This commit is contained in:
Peter Wemm 2014-02-20 20:09:28 +00:00
parent f5f7a7f70a
commit da64579a3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262251

View File

@ -13,7 +13,7 @@
/* #undef APU_DSO_LIBDIR */
/* Define if the inbuf parm to iconv() is const char ** */
/* #undef APU_ICONV_INBUF_CONST */
#define APU_ICONV_INBUF_CONST 1
/* Define that OpenSSL uses const buffers */
#define CRYPTO_OPENSSL_CONST_BUFFERS 1