Changeset e8498bf in mod_gnutls for test/Makefile.am
- Timestamp:
- Jul 3, 2019, 2:11:01 AM (20 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- b712429
- Parents:
- 59afe51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r59afe51 re8498bf 60 60 x509_only_identities = authority/server authority/imposter rogueca rogueclient 61 61 if ENABLE_OCSP_TEST 62 x509_only_identities += ocsp-responder62 x509_only_identities += authority/ocsp-responder 63 63 endif 64 64 x509_identities = $(shared_identities) $(x509_only_identities) … … 98 98 99 99 cert_templates = authority/template.in authority/client/template.in \ 100 authority/imposter/template.in ocsp-responder/template \100 authority/imposter/template.in authority/ocsp-responder/template \ 101 101 rogueca/template rogueclient/template.in authority/server/template.in 102 102 generated_templates = authority/template authority/client/template \
Note: See TracChangeset
for help on using the changeset viewer.