]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/dumpimage.h
includes: move openssl headers to include/u-boot
authorJeroen Hofstee <jeroen@myspectrum.nl>
Thu, 12 Jun 2014 20:27:12 +0000 (22:27 +0200)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:19:04 +0000 (11:19 -0400)
commit2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167
treef5467f0acbb6409a579f287b3ad814469afc7cf3
parent967a99ad823342510857be84f7920a41f1949147
includes: move openssl headers to include/u-boot

commit 18b06652cd "tools: include u-boot version of sha256.h"
unconditionally forced the sha256.h from u-boot to be used
for tools instead of the host version. This is fragile though
as it will also include the host version. Therefore move it
to include/u-boot to join u-boot/md5.h etc which were renamed
for the same reason.

cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
25 files changed:
board/gdsys/p1022/controlcenterd-id.c
board/pcs440ep/pcs440ep.c
common/cmd_sha1sum.c
common/hash.c
common/image-fit.c
common/image-sig.c
common/image.c
drivers/crypto/ace_sha.c
drivers/misc/cros_ec_sandbox.c
drivers/mmc/rpmb.c
include/image.h
include/u-boot/rsa-checksum.h [moved from include/rsa-checksum.h with 91% similarity]
include/u-boot/rsa.h [moved from include/rsa.h with 100% similarity]
include/u-boot/sha1.h [moved from include/sha1.h with 100% similarity]
include/u-boot/sha256.h [moved from include/sha256.h with 100% similarity]
lib/rsa/rsa-checksum.c
lib/rsa/rsa-verify.c
lib/sha1.c
lib/sha256.c
lib/tpm.c
tools/Makefile
tools/dumpimage.h
tools/imagetool.h
tools/mkimage.h
tools/ubsha1.c