Skip to main content
Associate III
February 2, 2024
Solved

SBSFU | B4S5I-IOT01A 2_Images_KMS | Possible bug inside sfu_kms.h or sfu_interface_crypto_scheme.h

  • February 2, 2024
  • 2 replies
  • 1258 views

Hello all,

In both files sfu_kms.h and sfu_interface_crypto_scheme.h there is a header guard called SFU_KMS_H.

sfu_kms.h:

JakubStandarski_0-1706886096844.png


sfu_interface_crypto_scheme.h:

JakubStandarski_1-1706886128213.png


Is that a bug or intentional decision?

This topic has been closed for replies.
Best answer by Jocelyn RICARD

Hello Jakub,

it looks like a copy paste error!

Now, the 2 files are not related not used in same .c file so it works...

But I will raise the issue

Best regards

Jocelyn

2 replies

Jocelyn RICARD
Jocelyn RICARDBest answer
ST Employee
February 5, 2024

Hello Jakub,

it looks like a copy paste error!

Now, the 2 files are not related not used in same .c file so it works...

But I will raise the issue

Best regards

Jocelyn

Associate III
February 5, 2024

Thanks, much appreciated!