Changeset 59afe51 in mod_gnutls for test/Makefile.am
- Timestamp:
- Jul 3, 2019, 2:06:40 AM (20 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- e8498bf
- Parents:
- c825c3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc825c3a r59afe51 58 58 shared_identities = authority authority/client 59 59 pgp_identities = $(shared_identities) 60 x509_only_identities = authority/server rogueca imposterrogueclient60 x509_only_identities = authority/server authority/imposter rogueca rogueclient 61 61 if ENABLE_OCSP_TEST 62 62 x509_only_identities += ocsp-responder … … 98 98 99 99 cert_templates = authority/template.in authority/client/template.in \ 100 imposter/template.in ocsp-responder/template rogueca/template \101 roguec lient/template.in authority/server/template.in100 authority/imposter/template.in ocsp-responder/template \ 101 rogueca/template rogueclient/template.in authority/server/template.in 102 102 generated_templates = authority/template authority/client/template \ 103 imposter/template rogueclient/template authority/server/template 103 authority/imposter/template rogueclient/template \ 104 authority/server/template 104 105 105 106 # Delete X.509 private keys on full clean. Note that unless you need
Note: See TracChangeset
for help on using the changeset viewer.