commit | d2fe51cfc49120b7b6a5370365c972ab6c5c6bf8 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 07 20:36:20 2025 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jun 03 15:51:34 2025 +0200 |
tree | 13676a2f4541ffd3220e4388bee1a1983ae66fd0 | |
parent | 86e45ba0ba58fb9c88c4481253da53b6f918e2c7 [diff] [blame] |
Add the x509_oid module to the build Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index a32b4bc..f896850 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -6,6 +6,7 @@ x509_crl.c x509_crt.c x509_csr.c + x509_oid.c x509write.c x509write_crt.c x509write_csr.c