]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/u-boot/rsa.h
Kconfig: Move CONFIG_FIT and related options to Kconfig
[people/ms/u-boot.git] / include / u-boot / rsa.h
index fd08a617fbb129034375415365b67d573ef9c6a3..0e96c387113c7dc60a89136d4dc6375a3b5605bc 100644 (file)
@@ -30,6 +30,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