Commit 1f450730 authored by Cedric Xing's avatar Cedric Xing Committed by Dan Williams
Browse files

sample/tsm-mr: Fix missing static for sample_report

parent 7c3f259d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include <linux/miscdevice.h>
#include <crypto/hash.h>

struct {
static struct {
	u8 static_mr[SHA384_DIGEST_SIZE];
	u8 config_mr[SHA512_DIGEST_SIZE];
	u8 rtmr0[SHA256_DIGEST_SIZE];