We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1672637 commit 2d3e1fcCopy full SHA for 2d3e1fc
1 file changed
test-app/app_stm32h5.c
@@ -151,7 +151,6 @@ void extra_led_off(void)
151
}
152
153
extern int ecdsa_sign_verify(int devId);
154
-static void print_signature(const TPMT_SIGNATURE* sig);
155
156
/* Command line commands */
157
static int cmd_help(const char *args);
@@ -816,6 +815,10 @@ static int cmd_tpm_info(const char *args)
816
815
817
818
#ifdef WOLFTPM_MFG_IDENTITY
+
819
+/* Forward declarations */
820
+static void print_signature(const TPMT_SIGNATURE* sig);
821
822
static int cmd_tpm_idevid(const char *args)
823
{
824
int rc;
0 commit comments