Enabling OpenSSL on U-Boot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Enabling OpenSSL on U-Boot

2,241 Views
kanimozhi_t
Contributor V

Hi,

I want to add OpenSSL to U-Boot and referred code on root/lib/rsa/rsa-sign.c. However, when I try to build with added openssl headers in hab.c I'm receiving "openssl/pem.h: No such file or directory" this error.

The modified make command is as follows:

make CFLAGS="-lcrypto -lssl" ARCH=arm CROSS_COMPILE=$toolchain

Can someone help me in adding the OpenSSL support on U-Boot? Thanks in advance.

Tags (4)
0 Kudos
1 Reply

2,182 Views
Yuri
NXP Employee
NXP Employee