Skip to content
Snippets Groups Projects
Commit 0ff042d8 authored by Jonathan Gray's avatar Jonathan Gray Committed by Tom Rini
Browse files

rsa: don't use malloc.h in rsa-sign.c


stdlib.h is the header for malloc since at least c89/c90.
There is no system malloc.h on OpenBSD and trying to use malloc.h here
falls back to the U-Boot malloc.h breaking the build of qemu_arm64.

Fixes: 336d4615 ("dm: core: Create a new header file for 'compat' features")
Signed-off-by: default avatarJonathan Gray <jsg@jsg.id.au>
parent 7677fc08
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment