add x509req_ext

This commit is contained in:
Brent Cook
2021-11-08 07:43:11 -06:00
parent 642e2ab183
commit 9243262fef
2 changed files with 10 additions and 0 deletions

View File

@@ -520,3 +520,8 @@ x509_info_SOURCES = x509_info.c
TESTS += x509name
check_PROGRAMS += x509name
x509name_SOURCES = x509name.c
# x509req_ext
TESTS += x509req_ext
check_PROGRAMS += x509req_ext
x509req_ext_SOURCES = x509req_ext.c