]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: -Wno-deprecated-declarations for OpenSSL on darwin
authorAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 16 Feb 2016 22:29:28 +0000 (23:29 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2016 23:43:58 +0000 (18:43 -0500)
commitc6e3e8213aa715160067a9c9964a756d382a6314
tree6da33482081a8a82cfad157eacd5e8644c250acf
parentc190fbd010a00e16e9599575b43c5a7c7bc7ec09
tools: -Wno-deprecated-declarations for OpenSSL on darwin

Since OpenSSL is deprecated on OS X in favour of Common Crypto API disable the
warning for this host OS.

Another solution would be to add some glue layer for crypto stuff, but I think
this is not worth the effort.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/Makefile