commit | aa91d4ef0bda8306925705cfecbf76725001c43a | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Fri May 29 00:23:21 2020 +1000 |
committer | Nick Child <nick.child@ibm.com> | Thu Sep 01 19:45:41 2022 -0500 |
tree | fc712169c05cebc20532567deb55129e99dfdce4 | |
parent | ca07f06024c381a69d692bb67a5c75b6675999b9 [diff] [blame] |
pkcs7: build under CMake The patch updates CMakeLists.txt to include pkcs7. Signed-off-by: Daniel Axtens <dja@axtens.net>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 378cfb4..aed4a05 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -89,6 +89,7 @@ ) set(src_x509 + pkcs7.c x509.c x509_create.c x509_crl.c