]> git.ipfire.org Git - thirdparty/strongswan.git/commit
chunk: Fix signedness warnings caused by chunk_from_* macros
authorTobias Brunner <tobias@strongswan.org>
Wed, 27 Nov 2013 16:52:10 +0000 (17:52 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 27 Nov 2013 17:28:44 +0000 (18:28 +0100)
commit20a48e4be31db0423845a8d700390df8a215489f
treec4ace8f8edf11581e09f84c4834da53ba2d61b3a
parent1cbe4e6ce4126a9be4e6a0605c6fb65e93470c71
chunk: Fix signedness warnings caused by chunk_from_* macros

There are countless other such warnings because e.g. chunk_create() is called
with char*, but at least we prevent users from causing such warnings
inadvertently when using these macros.
src/libstrongswan/utils/chunk.h