Changeset a03f94e in mod_gnutls for test/Makefile.am
- Timestamp:
- Mar 13, 2016, 5:53:03 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- ea99ffe
- Parents:
- 42bee37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r42bee37 ra03f94e 45 45 pgp_identities = $(shared_identities) 46 46 x509_only_identities = rogueclient 47 if ENABLE_OCSP_TEST 48 x509_only_identities += ocsp-responder 49 endif 47 50 x509_identities = $(shared_identities) $(x509_only_identities) 48 51 identities = $(shared_identities) $(x509_only_identities) … … 78 81 79 82 cert_templates = authority.template.in client.template.in \ 80 imposter.template.in rogueca.template rogueclient.template.in\81 server.template.in83 imposter.template.in ocsp-responder.template rogueca.template \ 84 rogueclient.template.in server.template.in 82 85 generated_templates = authority.template client.template \ 83 86 imposter.template rogueclient.template server.template
Note: See TracChangeset
for help on using the changeset viewer.