build: Fix build error with missing ell/pkcs5.h
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 26 Jan 2021 23:45:53 +0000 (15:45 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
commit427ff7eb198dda56714e2ec352cbd5e00f6c6104
tree58a447062c6a07de4df4cbc0cc28471a0e3da794
parent4e2cd7af8d76f920e22b6799709d188a4c70820a
build: Fix build error with missing ell/pkcs5.h

./ell/ell.h:24:10: fatal error: ell/pkcs5.h: No such file or directory
   24 | #include <ell/pkcs5.h>
      |          ^~~~~~~~~~~~~

Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
Makefile.am