Changeset a03f94e in mod_gnutls for test/Makefile.am


Ignore:
Timestamp:
Mar 13, 2016, 5:53:03 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
ea99ffe
Parents:
42bee37
Message:

Test suite: Build OCSP responder certificate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r42bee37 ra03f94e  
    4545pgp_identities = $(shared_identities)
    4646x509_only_identities = rogueclient
     47if ENABLE_OCSP_TEST
     48x509_only_identities += ocsp-responder
     49endif
    4750x509_identities = $(shared_identities) $(x509_only_identities)
    4851identities = $(shared_identities) $(x509_only_identities)
     
    7881
    7982cert_templates = authority.template.in client.template.in \
    80         imposter.template.in rogueca.template rogueclient.template.in \
    81         server.template.in
     83        imposter.template.in ocsp-responder.template rogueca.template \
     84        rogueclient.template.in server.template.in
    8285generated_templates = authority.template client.template \
    8386        imposter.template rogueclient.template server.template
Note: See TracChangeset for help on using the changeset viewer.