From aa91d4ef0bda8306925705cfecbf76725001c43a Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Fri, 29 May 2020 00:23:21 +1000 Subject: [PATCH] pkcs7: build under CMake The patch updates CMakeLists.txt to include pkcs7. Signed-off-by: Daniel Axtens --- library/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 378cfb457..aed4a05c4 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -89,6 +89,7 @@ set(src_crypto ) set(src_x509 + pkcs7.c x509.c x509_create.c x509_crl.c