Skip to main content
Visitor II
December 14, 2021
Solved

Hello everyone I have download the X-CUBE-SAFEA1 Software Package for STSAFE-A software and trying to compile authentication example but get the following error ./Middlewares/ST/STM32_Cryptographic/X509/Inc/x509_crypto.h fatal err #include "crypto.h

  • December 14, 2021
  • 1 reply
  • 1709 views

I don't see any crypto.h file in the entire workspace how will I get this file

    This topic has been closed for replies.
    Best answer by KnarfB

    You need to install a crypto lib in addition, see X-CUBE-SAFEA1/Middlewares/ST/STM32_Cryptographic/readme.txt

    hth

    KnarfB

    1 reply

    KnarfBAnswer
    Super User
    December 14, 2021

    You need to install a crypto lib in addition, see X-CUBE-SAFEA1/Middlewares/ST/STM32_Cryptographic/readme.txt

    hth

    KnarfB

    p123Author
    Visitor II
    December 14, 2021

    Thanks!!