summaryrefslogtreecommitdiff
path: root/include/u-boot/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u-boot/rsa.h')
-rw-r--r--include/u-boot/rsa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/u-boot/rsa.h b/include/u-boot/rsa.h
index 89a9c4caa0..7556aa5b4b 100644
--- a/include/u-boot/rsa.h
+++ b/include/u-boot/rsa.h
@@ -103,11 +103,9 @@ int padding_pkcs_15_verify(struct image_sign_info *info,
uint8_t *msg, int msg_len,
const uint8_t *hash, int hash_len);
-#ifdef CONFIG_FIT_RSASSA_PSS
int padding_pss_verify(struct image_sign_info *info,
uint8_t *msg, int msg_len,
const uint8_t *hash, int hash_len);
-#endif /* CONFIG_FIT_RSASSA_PSS */
#define RSA_DEFAULT_PADDING_NAME "pkcs-1.5"