X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fu-boot%2Frsa.h;h=68bcb14c74d298d5b838628a50c15ee22a83a15d;hb=018664464628686d41f3d36e5428bb50d9094977;hp=fd08a617fbb129034375415365b67d573ef9c6a3;hpb=5b7d0027c2463101dabf337a7cccd768fc20b85e;p=u-boot diff --git a/include/u-boot/rsa.h b/include/u-boot/rsa.h index fd08a617fb..68bcb14c74 100644 --- a/include/u-boot/rsa.h +++ b/include/u-boot/rsa.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013, Google Inc. * @@ -5,8 +6,6 @@ * * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _RSA_H @@ -30,6 +29,8 @@ struct rsa_public_key { uint64_t exponent; /* public exponent */ }; +struct image_sign_info; + #if IMAGE_ENABLE_SIGN /** * sign() - calculate and return signature for given input data