Skip to content

Commit 2d3e1fc

Browse files
committed
Fix for building without WOLFTPM
1 parent 1672637 commit 2d3e1fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test-app/app_stm32h5.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ void extra_led_off(void)
151151
}
152152

153153
extern int ecdsa_sign_verify(int devId);
154-
static void print_signature(const TPMT_SIGNATURE* sig);
155154

156155
/* Command line commands */
157156
static int cmd_help(const char *args);
@@ -816,6 +815,10 @@ static int cmd_tpm_info(const char *args)
816815
}
817816

818817
#ifdef WOLFTPM_MFG_IDENTITY
818+
819+
/* Forward declarations */
820+
static void print_signature(const TPMT_SIGNATURE* sig);
821+
819822
static int cmd_tpm_idevid(const char *args)
820823
{
821824
int rc;

0 commit comments

Comments
 (0)